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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DOpenRandomFileTest.java44 String fileName = file.getCanonicalPath();
54 String fileName = file.getCanonicalPath();
H A DFileTest.java794 * java.io.File#getCanonicalPath()
799 String base = tempDirectory.getCanonicalPath();
803 .getCanonicalPath());
806 .getCanonicalPath());
809 // This is necessary because getCanonicalPath is case sensitive and
826 + File.separator + "temp.tst", f.getCanonicalPath());
830 + File.separator + "Test" + File.separator + "temp.tst", f.getCanonicalPath());
834 .getCanonicalPath());
846 String dirName1 = f1.getCanonicalPath();
853 String dirName2 = f4.getCanonicalPath();
[all...]
/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java81 assertTrue(target.getCanonicalPath().length() > 1024);
84 assertEquals(target.getCanonicalPath(), source.getCanonicalPath());
136 //assertEquals(cwd, f.getCanonicalPath());
157 * http://b/3047893 - getCanonicalPath wasn't actually resolving symbolic links.
169 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
176 assertEquals(target.getCanonicalPath(), linkName.getCanonicalPath());
183 assertEquals(longer.getCanonicalPath(), linkNam
[all...]
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldJarFileTest.java59 String fileName = (new File(resources, jarName)).getCanonicalPath();
71 String fileName = (new File(resources, jarName)).getCanonicalPath();
/libcore/tzdata/update/src/main/libcore/tzdata/update/
H A DFileUtils.java49 if (!subFile.getPath().startsWith(parentDir.getCanonicalPath())) {
147 return !file.getCanonicalPath().equals(canonicalPathExceptBaseName);
/libcore/luni/src/test/java/com/android/org/bouncycastle/jce/provider/
H A DCertBlacklistTest.java194 return getPubkeyBlacklist(tmpFile.getCanonicalPath());
198 return getSerialBlacklist(tmpFile.getCanonicalPath());
252 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), "");
267 CertBlacklist bl = new CertBlacklist(tmpFile.getCanonicalPath(), "");
/libcore/ojluni/src/main/java/sun/net/
H A DNetProperties.java67 fname = f.getCanonicalPath();
/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java106 chmod(userRootDir.getCanonicalPath(), USER_RWX);
127 int result = chmod(userRootModFile.getCanonicalPath(),
132 userRootModFile.getCanonicalPath() +
177 chmod(systemRootDir.getCanonicalPath(),
196 int result = chmod(systemRootModFile.getCanonicalPath(),
200 systemRootModFile.getCanonicalPath() +
892 result = lockFile0(lockFile.getCanonicalPath(), perm, shared);
/libcore/ojluni/src/main/java/java/io/
H A DFile.java582 public String getCanonicalPath() throws IOException { method in class:File
591 * <code>new&nbsp;File(this.{@link #getCanonicalPath})</code>.
611 String canonPath = getCanonicalPath();
/libcore/tzdata/update/src/test/libcore/tzdata/update/
H A DFileUtilsTest.java296 String path = dir.getCanonicalPath();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarFileTest.java190 String fileName = (new File(resources, jarName)).getCanonicalPath();
210 String fileName = (new File(resources, jarName)).getCanonicalPath();
/libcore/ojluni/src/main/java/java/util/logging/
H A DLogManager.java1066 fname = f.getCanonicalPath();
/libcore/ojluni/src/main/java/sun/misc/
H A DURLClassPath.java400 f = new File(f.getCanonicalPath());

Completed in 880 milliseconds