Searched refs:tempFileDirPath (Results 1 – 1 of 1) sorted by relevance
124 String tempFileDirPath; in getUriForFile() local126 tempFileDirPath = tempFileDir.getCanonicalPath(); in getUriForFile()134 if (tempFileDirPath.endsWith("/")) { in getUriForFile()135 pathFragment = filePath.substring(tempFileDirPath.length()); in getUriForFile()137 pathFragment = filePath.substring(tempFileDirPath.length() + 1); in getUriForFile()