Searched refs:canRead (Results 1 - 8 of 8) sorted by relevance

/libcore/dex/src/main/java/com/android/dex/util/
H A DFileUtils.java58 if (!file.canRead()) {
/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpDirEntry.java217 public boolean canRead(Permission p) { method in class:FtpDirEntry
/libcore/luni/src/test/java/dalvik/system/
H A DBlockGuardTest.java77 f.canRead();
/libcore/tzdata/update/src/test/libcore/tzdata/update/
H A DFileUtilsTest.java183 assertFalse(unreadableSubDir.canRead() && unreadableSubDir.canExecute());
294 assertTrue(dir.exists() && dir.isDirectory() && dir.canRead() && dir.canExecute());
/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java95 assertFalse(f.canRead());
/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java114 if (!(optimizedDirectory.canRead()
/libcore/ojluni/src/main/java/java/io/
H A DFile.java723 public boolean canRead() { method in class:File
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DFileTest.java299 * java.io.File#canRead()
302 // canRead only returns if the file exists so cannot be fully tested.
303 File f = new File(tempDirectory, platformId + "canRead.tst");
307 assertTrue("canRead returned false", f.canRead());

Completed in 517 milliseconds