Home
last modified time | relevance | path

Searched refs:getCanonicalFile (Results 1 – 7 of 7) sorted by relevance

/libcore/tzdata/update/src/main/libcore/tzdata/update/
DFileUtils.java48 File subFile = new File(parentDir, name).getCanonicalFile(); in createSubFile()
146 new File(file.getParentFile().getCanonicalFile(), baseName).getPath(); in isSymlink()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DFileTest.java746 File f2 = f.getCanonicalFile(); in test_getCanonicalFile()
748 .getCanonicalFile().compareTo(f.getCanonicalFile())); in test_getCanonicalFile()
750 f2 = f.getCanonicalFile(); in test_getCanonicalFile()
752 .getCanonicalFile().compareTo(f.getCanonicalFile())); in test_getCanonicalFile()
754 f2 = f.getCanonicalFile(); in test_getCanonicalFile()
756 .getCanonicalFile().compareTo(f.getCanonicalFile())); in test_getCanonicalFile()
767 f2 = f.getCanonicalFile(); in test_getCanonicalFile()
769 .getCanonicalFile().compareTo(f.getCanonicalFile())); in test_getCanonicalFile()
774 File canonicalf2 = f2.getCanonicalFile(); in test_getCanonicalFile()
782 .getCanonicalFile()) == 0); in test_getCanonicalFile()
/libcore/ojluni/src/main/java/sun/misc/
DMetaIndex.java174 dir = dir.getCanonicalFile(); in registerDirectory()
DURLClassPath.java1038 dir = (new File(path)).getCanonicalFile();
1069 .getCanonicalFile();
/libcore/tzdata/update/src/test/libcore/tzdata/update/
DFileUtilsTest.java116 File dir1 = createTempDir().getCanonicalFile(); in testCreateSubFile()
133 File dir2 = createTempDir().getCanonicalFile(); in testCreateSubFile()
/libcore/luni/src/test/java/libcore/io/
DClassPathURLStreamHandlerTest.java54 File resources = Support_Resources.createTempFolder().getCanonicalFile(); in setUp()
/libcore/ojluni/src/main/java/java/io/
DFile.java610 public File getCanonicalFile() throws IOException { in getCanonicalFile() method in File
1276 canonFile = getCanonicalFile(); in mkdirs()