Searched refs:newFileName (Results 1 – 2 of 2) sorted by relevance
534 String newFileName= getPath(uri); in convert() local539 if (newFileName.lastIndexOf(".")!=-1){ in convert()540 …newFile =new File(newFileName.substring(0,newFileName.lastIndexOf("."))+String.valueOf(i)+newFileN… in convert()543 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 17 milliseconds