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

/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DOpenRandomFileTest.java57 String fileName = file.getCanonicalPath();
76 String fileName = file.getCanonicalPath();
H A DFileTest.java921 * @tests java.io.File#getCanonicalPath()
927 method = "getCanonicalPath",
931 // Test for method java.lang.String java.io.File.getCanonicalPath()
940 String base = new File(tmpDir).getCanonicalPath();
945 .getCanonicalPath());
948 .getCanonicalPath());
951 // This is necessary because getCanonicalPath is case sensitive and
970 + "temp.tst", f.getCanonicalPath());
974 + slash + "temp.tst", f.getCanonicalPath());
979 f.getCanonicalPath(), expecte
[all...]
/dalvik/libcore/security/src/test/java/tests/security/permissions/
H A DJavaIoFileTest.java92 filename = f.getCanonicalPath();
205 filename = f.getCanonicalPath();
355 filename = f.getCanonicalPath();
359 filename2 = f2.getCanonicalPath();
404 filename = tmp.getCanonicalPath();
411 filename = tmp.getCanonicalPath();
430 method = "getCanonicalPath",
466 filename = f.getCanonicalPath();
467 assertTrue("File.getCanonicalPath() must call checkPropertyAccess " +
H A DJavaIoRandomAccessFileTest.java90 filename = f.getCanonicalPath();
148 filename = f.getCanonicalPath();
H A DJavaIoFileInputStreamTest.java105 filename = f.getCanonicalPath();
H A DJavaIoFileOutputStreamTest.java117 filename = f.getCanonicalPath();
/dalvik/libcore/luni/src/main/java/java/io/
H A DFilePermission.java114 return new File(path).getCanonicalPath();
H A DFile.java514 * getCanonicalPath() may not resolve any references and simply returns an
523 public String getCanonicalPath() throws IOException { method in class:File
622 * Equivalent to {@code new File(this.getCanonicalPath())}.
631 return new File(getCanonicalPath());
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarFileTest.java169 String fileName = (new File(resources, jarName)).getCanonicalPath();
207 String fileName = (new File(resources, jarName)).getCanonicalPath();

Completed in 172 milliseconds