HomeSort by relevance Sort by last modified time
    Searched refs:getCanonicalPath (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 253 String rootDir = new File(appInfo.dataDir).getCanonicalPath();
254 String filesDir = getFilesDir().getCanonicalPath();
255 String databaseDir = getDatabasePath("foo").getParentFile().getCanonicalPath();
256 String sharedPrefsDir = getSharedPrefsFile("foo").getParentFile().getCanonicalPath();
257 String cacheDir = getCacheDir().getCanonicalPath();
259 ? new File(appInfo.nativeLibraryDir).getCanonicalPath()
300 efLocation.getCanonicalPath(), null, data);
329 mainDir = new File(appInfo.dataDir).getCanonicalPath();
330 filesDir = getFilesDir().getCanonicalPath();
331 dbDir = getDatabasePath("foo").getParentFile().getCanonicalPath();
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
OpenRandomFileTest.java 44 String fileName = file.getCanonicalPath();
54 String fileName = file.getCanonicalPath();
  /frameworks/support/v4/java/android/support/v4/os/
EnvironmentCompat.java 62 final String canonicalPath = path.getCanonicalPath();
64 .getCanonicalPath();
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
UnixFileTest.java 413 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
416 assertEquals(tmpFolder2.getCanonicalPath(), file.getCanonicalPath());
419 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
422 assertEquals(tmpFolder4.getCanonicalPath(), file.getCanonicalPath());
425 assertEquals(tmpFolder3.getCanonicalPath(), file.getCanonicalPath());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.h 42 Path getCanonicalPath() const;
RenderDetailsMarker.cpp 94 Path RenderDetailsMarker::getCanonicalPath() const
108 Path result = getCanonicalPath();
  /frameworks/base/core/java/android/content/res/
ObbScanner.java 52 final String canonicalFilePath = obbFile.getCanonicalPath();
  /frameworks/base/services/tests/servicestests/src/com/android/server/
EntropyMixerTest.java 37 new EntropyMixer(getContext(), "/dev/null", file.getCanonicalPath());
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 72 assertTrue(target.getCanonicalPath().length() > 1024);
75 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
127 //assertEquals(cwd, f.getCanonicalPath());
147 // http://b/3047893 - getCanonicalPath wasn't actually resolving symbolic links.
156 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
163 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
170 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath())
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
AbiTest.java 62 return !f.getAbsolutePath().equals(f.getCanonicalPath());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
Interp.java 54 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName());
69 testsuiteDir = getTestsuiteDir(f.getCanonicalPath(), f.getName());
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
gUnitAdapter.java 62 final CharStream input = new ANTLRFileStream(testSuite.getTestSuiteFile().getCanonicalPath());
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/
FileLocator.java 88 String canonical = file.getCanonicalPath();
ClasspathLocator.java 89 String path = new File(url.toURI()).getCanonicalPath();
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
FileSystemResourceLoader.java 79 fullPath = file.getCanonicalPath();
  /external/proguard/src/proguard/
ClassPathEntry.java 63 return file.getCanonicalPath();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XTagXmlResourceLoader.java 62 return xmlFile.getCanonicalPath().replaceAll( "[/\\\\\\\\]", "/" ).replaceAll( "^.*?/res/", "" )
  /frameworks/base/core/java/android/os/
SELinux.java 169 return native_restorecon(file.getCanonicalPath());
  /frameworks/base/services/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 168 String strVersion = IoUtils.readFileAsString(updateVersion.getCanonicalPath()).trim();
182 return IoUtils.readFileAsByteArray(updateContent.getCanonicalPath());
234 throw new IOException("Failed to create directory " + parent.getCanonicalPath());
247 throw new IOException("Failed to atomically rename " + file.getCanonicalPath());
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/
KerberosPrincipalTest.java 162 .getCanonicalPath());
237 .getCanonicalPath());
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 69 final String rootPath = obbDir.getCanonicalPath();
72 final String filePath = f.getCanonicalPath();
  /libcore/dalvik/src/main/java/dalvik/system/
DexFile.java 296 return openDexFileNative(new File(sourceName).getCanonicalPath(),
297 (outputName == null) ? null : new File(outputName).getCanonicalPath(),
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarFileTest.java 54 String fileName = (new File(resources, jarName)).getCanonicalPath();
66 String fileName = (new File(resources, jarName)).getCanonicalPath();
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 109 String b = mContext.getExternalFilesDir(Environment.DIRECTORY_MUSIC).getCanonicalPath();
248 writeFile(R.raw.testmp3, sdfile.getCanonicalPath());
251 values.put("_data", sdfile.getCanonicalPath());
260 values.put("_data", real.getCanonicalPath());
  /libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
CertBlacklistTest.java 176 return getPubkeyBlacklist(tmpFile.getCanonicalPath());
180 return getSerialBlacklist(tmpFile.getCanonicalPath());
234 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(),
250 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(),

Completed in 2170 milliseconds

1 2 3 4