Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DStorage.java317 public boolean renameFile(File inputPath, File newFilePath) { in renameFile() argument
322 if (inputPath.isDirectory()) { in renameFile()
323 Log.e(TAG, "Input path is directory: " + inputPath.getAbsolutePath()); in renameFile()
331 return inputPath.renameTo(newFilePath); in renameFile()