Searched refs:canonicalPath (Results 1 – 4 of 4) sorted by relevance
135 public VCardFile(String name, String canonicalPath, long lastModified) { in VCardFile() argument137 mCanonicalPath = canonicalPath; in VCardFile()687 String canonicalPath = file.getCanonicalPath(); in getVCardFileRecursively() local688 if (mCheckedPaths.contains(canonicalPath)) { in getVCardFileRecursively()692 mCheckedPaths.add(canonicalPath); in getVCardFileRecursively()696 } else if (canonicalPath.toLowerCase().endsWith(".vcf") && in getVCardFileRecursively()700 fileName, canonicalPath, file.lastModified()); in getVCardFileRecursively()
198 String canonicalPath = receiveFile.getCanonicalPath(); in safeCanonicalPath() local201 if (!canonicalPath.startsWith(sDesiredStoragePath)) { in safeCanonicalPath()
195 String canonicalPath = new File(path).getCanonicalPath(); in scanFile() local196 return scanner.scanSingleFile(canonicalPath, volumeName, mimeType); in scanFile()
711 final String canonicalPath = new File(path).getCanonicalPath(); in checkFileUriDestination() local713 if (!canonicalPath.startsWith(externalPath)) { in checkFileUriDestination()