HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalPath (Results 26 - 50 of 83) sorted by null

12 3 4

  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 46 assertEquals(-1, f.getCanonicalPath().indexOf("test_fd_leak.3gp"));
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
CameraTest.java 46 assertEquals(-1, f.getCanonicalPath().indexOf("test_fd_leak.3gp"));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 51 path = new File(path).getCanonicalPath();
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
SharedStorageAgent.java 48 externalFilesDirFilter.add(externalAndroidRoot.getCanonicalPath());
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
CameraTest.java 52 assertEquals(-1, f.getCanonicalPath().indexOf("test_fd_leak.3gp"));
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 645 if (srcFile.getCanonicalPath().equals(destFile.getCanonicalPath())) {
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileTest.java     [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 145 public String getCanonicalPath() {
595 mAllVCardFileList.get(which).getCanonicalPath()));
675 final String currentDirectoryPath = directory.getCanonicalPath();
677 mRootDirectory.getCanonicalPath().concat(SECURE_DIRECTORY_NAME);
687 String canonicalPath = file.getCanonicalPath();
734 uriStrings[i] = "file://" + vcardFile.getCanonicalPath();
741 importVCard(new Uri[] {Uri.parse("file://" + vcardFile.getCanonicalPath())});
    [all...]
  /frameworks/base/core/java/android/os/
Environment.java 706 rawPath = path.getCanonicalPath();
769 return new File(path).getCanonicalPath();
838 final String rawPath = path.getCanonicalPath();
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/login/
DefaultConfigParserTest.java 166 System.out.println(file.getCanonicalPath());
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 198 fullPath = file.getCanonicalPath();
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 83 String outputPath = outputFile.getCanonicalPath();
  /external/svox/picolanginstaller/src/com/svox/langpack/installer/
InstallerActivity.java 84 String outputPath = outputFile.getCanonicalPath();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
Helpers.java 349 filename = new File(filename).getCanonicalPath();
351 downloadsDataDir.getCanonicalPath(),
352 Environment.getDownloadCacheDirectory().getCanonicalPath(),
353 Environment.getExternalStorageDirectory().getCanonicalPath(),
  /developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/
SampleGenProperties.groovy 278 calledFrom = calledFrom.getCanonicalPath()
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
ConfigurationTest.java 218 + tmpConfFile.getCanonicalPath());
220 + new File(testConfFile).getCanonicalPath());
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 115 if (new File(path1).getCanonicalPath().equals(new File(path2).getCanonicalPath())) {
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 468 log("All dependencies of grammar file \'" + target.getCanonicalPath() + "\' are up to date.", Project.MSG_VERBOSE);
605 log("Write dependencies for '" + target.toString() + "' to file '" + f.getCanonicalPath() + "'", Project.MSG_VERBOSE);
679 throw new BuildException("Could not open \'" + f.getCanonicalPath() + "\' for reading.");
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitBaseTest.java 73 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
164 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
310 if ( testInputFile.exists() ) filePath = testInputFile.getCanonicalPath();
  /libcore/luni/src/main/java/java/io/
File.java 413 public String getCanonicalPath() throws IOException {
426 * Equivalent to {@code new File(this.getCanonicalPath())}.
433 return new File(getCanonicalPath());
    [all...]

Completed in 746 milliseconds

12 3 4