Searched refs:directoryPath (Results 1 – 2 of 2) sorted by relevance
480 final String directoryPath = (saveToSd) ? pathStart : pathStart + uri.getEncodedPath(); in getFilePath() local482 final File directory = new File(directoryPath); in getFilePath()486 return directoryPath + "/" + attachment.getName(); in getFilePath()
3824 String directoryPath = path.substring(0, secondSlash); in ensureFileExists()3825 File directory = new File(directoryPath); in ensureFileExists()