Searched refs:newFileName (Results 1 – 2 of 2) sorted by relevance
535 String newFileName= getPath(uri); in convert() local540 if (newFileName.lastIndexOf(".")!=-1){ in convert()541 …newFile =new File(newFileName.substring(0,newFileName.lastIndexOf("."))+String.valueOf(i)+newFileN… in convert()544 newFile =new File(newFileName.concat(String.valueOf(i))); in convert()
75 … String newFileName = fileName.substring(0, pos1) + fileName.substring(pos2, fileName.length()); in checkFileExistence() local76 newFile = new File(htmlDirectory, newFileName); in checkFileExistence()79 setupFiles.put(key, newFileName); in checkFileExistence()
Completed in 18 milliseconds