Searched refs:inputPath (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java324 * @param inputPath the original path of the file
328 public static boolean renameFile(File inputPath, File newFilePath) { argument
333 if (inputPath.isDirectory()) {
334 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath());
342 return inputPath.renameTo(newFilePath);

Completed in 99 milliseconds