Home
last modified time | relevance | path

Searched defs:canUseCached (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/nio/file/
DFileTreeWalker.java36 java.nio.file.Path file, boolean canUseCached) throws java.io.IOException { in getAttributes()
45 java.nio.file.Path entry, boolean ignoreSecurityException, boolean canUseCached) { in visit()
/libcore/ojluni/src/main/java/java/nio/file/
DFileTreeWalker.java201 private BasicFileAttributes getAttributes(Path file, boolean canUseCached) in getAttributes()
272 private Event visit(Path entry, boolean ignoreSecurityException, boolean canUseCached) { in visit()