Searched defs:newFilePath (Results 1 – 2 of 2) sorted by relevance
313 final String newFilePath = getFilePath(uri); in copyAttachment() local361 newFilePath, size, false); in copyAttachment() local
328 public static boolean renameFile(File inputPath, File newFilePath) { in renameFile()