Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java177 final String[] fullPath = new String[1]; in deleteAuxFiles() local
184 fullPath[0] = cursor.getString(0); in deleteAuxFiles()
188 if (fullPath[0] != null) { in deleteAuxFiles()
192 File currentFile = new File(fullPath[0]); in deleteAuxFiles()
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DDataModel.java267 String fullPath = cursor.getString(pathColumn); in doInBackground() local
268 int fileNameStart = fullPath.lastIndexOf(File.separator); in doInBackground()
273 String dirPath = fullPath.substring(0, fileNameStart); in doInBackground()
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
DEditUserPhotoController.java372 final File fullPath = new File(folder, fileName); in createTempImageUri() local
374 fullPath.delete(); in createTempImageUri()
376 return FileProvider.getUriForFile(context, FILE_PATH, fullPath); in createTempImageUri()