Home
last modified time | relevance | path

Searched refs:getCanonicalPath (Results 1 – 13 of 13) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DFileTest.java81 assertTrue(target.getCanonicalPath().length() > 1024); in test_longReadlink()
84 assertEquals(target.getCanonicalPath(), source.getCanonicalPath()); in test_longReadlink()
169 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath()
176 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath()
183 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath()
188 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath()); in test_getCanonicalPath()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOpenRandomFileTest.java44 String fileName = file.getCanonicalPath(); in testOpenNonEmptyFile()
54 String fileName = file.getCanonicalPath(); in testOpenEmptyFile()
DFileTest.java799 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/
DFileSystemPreferences.java106 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/com/android/org/bouncycastle/jce/provider/
DCertBlacklistTest.java194 return getPubkeyBlacklist(tmpFile.getCanonicalPath()); in getCurrentPubkeyBlacklist()
198 return getSerialBlacklist(tmpFile.getCanonicalPath()); in getCurrentSerialBlacklist()
252 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testLegitPubkeyIsntBlacklisted()
267 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), ""); in testPubkeyIsBlacklisted()
/libcore/tzdata/update/src/main/libcore/tzdata/update/
DFileUtils.java49 if (!subFile.getPath().startsWith(parentDir.getCanonicalPath())) { in createSubFile()
147 return !file.getCanonicalPath().equals(canonicalPathExceptBaseName); in isSymlink()
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldJarFileTest.java59 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/
DNetProperties.java67 fname = f.getCanonicalPath(); in loadDefaultProperties()
/libcore/ojluni/src/main/java/java/io/
DFile.java582 public String getCanonicalPath() throws IOException { in getCanonicalPath() method in File
611 String canonPath = getCanonicalPath(); in getCanonicalFile()
/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java296 String path = dir.getCanonicalPath(); in assertDirExistsAndIsAccessible()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DJarFileTest.java190 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_String()
210 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_StringZ()
/libcore/ojluni/src/main/java/java/util/logging/
DLogManager.java1066 fname = f.getCanonicalPath(); in readConfiguration()
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java400 f = new File(f.getCanonicalPath());