Searched refs:getCanonicalFile (Results 1 - 7 of 7) 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/ojluni/src/main/java/sun/misc/
H A DMetaIndex.java174 dir = dir.getCanonicalFile();
H A DURLClassPath.java1038 dir = (new File(path)).getCanonicalFile();
1069 .getCanonicalFile();
/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/test/java/libcore/io/
H A DClassPathURLStreamHandlerTest.java54 File resources = Support_Resources.createTempFolder().getCanonicalFile();
/libcore/ojluni/src/main/java/java/io/
H A DFile.java610 public File getCanonicalFile() throws IOException { method in class:File
1276 canonFile = getCanonicalFile();

Completed in 422 milliseconds