HomeSort by relevance Sort by last modified time
    Searched refs:canonicalPath (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/brew/
FileSystemBrew.cpp 110 static String canonicalPath(const String& path)
135 if (path == canonicalPath(AEEFS_HOME_DIR))
167 return makeAllDirectories(fileMgr.get(), canonicalPath(path));
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiveFileInfo.java 198 String canonicalPath = receiveFile.getCanonicalPath();
201 if (!canonicalPath.startsWith(sDesiredStoragePath)) {
  /packages/apps/Contacts/src/com/android/contacts/vcard/
ImportVCardActivity.java 137 public VCardFile(String name, String canonicalPath, long lastModified) {
139 mCanonicalPath = canonicalPath;
689 String canonicalPath = file.getCanonicalPath();
690 if (mCheckedPaths.contains(canonicalPath)) {
694 mCheckedPaths.add(canonicalPath);
698 } else if (canonicalPath.toLowerCase().endsWith(".vcf") &&
702 fileName, canonicalPath, file.lastModified());
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 483 String canonicalPath =
485 fileMap.put(canonicalPath, file);
524 String canonicalPath = file.getCanonicalPath();
525 if (keepSet.contains(canonicalPath)) {
528 Config.File configFile = fileMap.get(canonicalPath);
    [all...]
  /gdk/samples/quake/src/com/android/quake/llvm/
DownloaderActivity.java 483 String canonicalPath =
485 fileMap.put(canonicalPath, file);
524 String canonicalPath = file.getCanonicalPath();
525 if (keepSet.contains(canonicalPath)) {
528 Config.File configFile = fileMap.get(canonicalPath);
    [all...]
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadProvider.java 706 final String canonicalPath = new File(path).getCanonicalPath();
708 if (!canonicalPath.startsWith(externalPath)) {
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 653 public String canonicalPath(String path) throws IOException
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 986 milliseconds