Searched refs:getCanonicalFile (Results 1 - 4 of 4) sorted by relevance

/libcore/tzdata/update/src/main/libcore/tzdata/update/
H A DFileUtils.java48 File subFile = new File(parentDir, name).getCanonicalFile();
146 new File(file.getParentFile().getCanonicalFile(), baseName).getPath();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java741 * java.io.File#getCanonicalFile()
746 File f2 = f.getCanonicalFile();
748 .getCanonicalFile().compareTo(f.getCanonicalFile()));
750 f2 = f.getCanonicalFile();
752 .getCanonicalFile().compareTo(f.getCanonicalFile()));
754 f2 = f.getCanonicalFile();
756 .getCanonicalFile().compareTo(f.getCanonicalFile()));
[all...]
/libcore/tzdata/update/src/test/libcore/tzdata/update/
H A DFileUtilsTest.java116 File dir1 = createTempDir().getCanonicalFile();
133 File dir2 = createTempDir().getCanonicalFile();
/libcore/luni/src/main/java/java/io/
H A DFile.java425 public File getCanonicalFile() throws IOException { method in class:File

Completed in 359 milliseconds