Searched refs:fullPath (Results 1 – 3 of 3) sorted by relevance
177 final String[] fullPath = new String[1]; in deleteAuxFiles() local184 fullPath[0] = cursor.getString(0); in deleteAuxFiles()188 if (fullPath[0] != null) { in deleteAuxFiles()192 File currentFile = new File(fullPath[0]); in deleteAuxFiles()
267 String fullPath = cursor.getString(pathColumn); in doInBackground() local268 int fileNameStart = fullPath.lastIndexOf(File.separator); in doInBackground()273 String dirPath = fullPath.substring(0, fileNameStart); in doInBackground()
372 final File fullPath = new File(folder, fileName); in createTempImageUri() local374 fullPath.delete(); in createTempImageUri()376 return FileProvider.getUriForFile(context, FILE_PATH, fullPath); in createTempImageUri()