/libcore/luni/src/test/java/libcore/java/io/ |
D | FileTest.java | 89 assertTrue(target.getCanonicalPath().length() > 1024); in test_longReadlink() 92 assertEquals(target.getCanonicalPath(), source.getCanonicalPath()); in test_longReadlink() 177 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath() 184 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath() 191 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath() 196 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath() 408 assertEquals(symlinkFile.getCanonicalPath(), f1.getCanonicalPath()); in test_canonicalCachesAreOff() 415 assertEquals(symlinkFile.getCanonicalPath(), f2.getCanonicalPath()); in test_canonicalCachesAreOff()
|
/libcore/metrictests/memory/apps/src/libcore/heapdumper/ |
D | HeapDumpInstrumentation.java | 39 Debug.dumpHprofData(dumpFile.getCanonicalPath()); in takeMeasurement() 40 Log.i(TAG, "Wrote to heap dump to " + dumpFile.getCanonicalPath()); in takeMeasurement()
|
D | PssInstrumentation.java | 49 Log.i(TAG, "Wrote to total PSS of " + totalPssKb + " kB to " + output.getCanonicalPath()); in takeMeasurement()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | OpenRandomFileTest.java | 44 String fileName = file.getCanonicalPath(); in testOpenNonEmptyFile() 54 String fileName = file.getCanonicalPath(); in testOpenEmptyFile()
|
D | FileTest.java | 799 String base = tempDirectory.getCanonicalPath(); in test_getCanonicalPath() 803 .getCanonicalPath()); in test_getCanonicalPath() 806 .getCanonicalPath()); in test_getCanonicalPath() 826 + File.separator + "temp.tst", f.getCanonicalPath()); in test_getCanonicalPath() 830 + File.separator + "Test" + File.separator + "temp.tst", f.getCanonicalPath()); in test_getCanonicalPath() 834 .getCanonicalPath()); in test_getCanonicalPath() 846 String dirName1 = f1.getCanonicalPath(); in test_getCanonicalPath() 853 String dirName2 = f4.getCanonicalPath(); in test_getCanonicalPath() 866 dirName1 = f2.getCanonicalPath(); in test_getCanonicalPath() 870 dirName2 = f3.getCanonicalPath(); in test_getCanonicalPath() [all …]
|
/libcore/ojluni/src/main/java/java/util/prefs/ |
D | FileSystemPreferences.java | 106 chmod(userRootDir.getCanonicalPath(), USER_RWX); in setupUserRoot() 127 int result = chmod(userRootModFile.getCanonicalPath(), in setupUserRoot() 132 userRootModFile.getCanonicalPath() + in setupUserRoot() 177 chmod(systemRootDir.getCanonicalPath(), in setupSystemRoot() 196 int result = chmod(systemRootModFile.getCanonicalPath(), in setupSystemRoot() 200 systemRootModFile.getCanonicalPath() + in setupSystemRoot() 892 result = lockFile0(lockFile.getCanonicalPath(), perm, shared);
|
/libcore/luni/src/test/java/tests/com/android/org/bouncycastle/jce/provider/ |
D | CertBlacklistTest.java | 192 return getPubkeyBlacklist(tmpFile.getCanonicalPath()); in getCurrentPubkeyBlacklist() 196 return getSerialBlacklist(tmpFile.getCanonicalPath()); in getCurrentSerialBlacklist() 250 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted() 265 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlacklisted()
|
/libcore/luni/src/test/java/libcore/java/util/jar/ |
D | OldJarFileTest.java | 59 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_String() 71 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_StringZ()
|
/libcore/ojluni/src/main/java/sun/net/ |
D | NetProperties.java | 67 fname = f.getCanonicalPath(); in loadDefaultProperties()
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | File.java | 94 public java.lang.String getCanonicalPath() throws java.io.IOException { in getCanonicalPath() method in File
|
/libcore/ojluni/annotations/sdk/nullability/java/io/ |
D | File.annotated.java | 61 @libcore.util.NonNull public java.lang.String getCanonicalPath() throws java.io.IOException { throw… in getCanonicalPath() method in File
|
/libcore/ojluni/src/main/java/java/io/ |
D | File.java | 607 public String getCanonicalPath() throws IOException { in getCanonicalPath() method in File 636 String canonPath = getCanonicalPath(); in getCanonicalFile()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/ |
D | JarFileTest.java | 189 String fileName = file.getCanonicalPath(); in test_ConstructorLjava_lang_String() 210 String fileName = file.getCanonicalPath(); in test_ConstructorLjava_lang_StringZ()
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | URLClassPath.java | 617 f = new File(f.getCanonicalPath());
|
/libcore/ojluni/src/main/java/java/util/logging/ |
D | LogManager.java | 1274 fname = f.getCanonicalPath(); in readConfiguration()
|