Home
last modified time | relevance | path

Searched refs:noFollowLinks (Results 1 – 4 of 4) sorted by relevance

/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DRecursiveDeleteOpener.java54 private boolean noFollowLinks; field in RecursiveDeleteOpener
62 this.noFollowLinks = true; in withNoFollowLinks()
82 if (!noFollowLinks || !isSymlink(uri, storage, readFileOpener)) { in deleteRecursively()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractJimfsIntegrationTest.java68 subject = subject.noFollowLinks(); in assertThatPath()
DPathSubject.java75 public PathSubject noFollowLinks() { in noFollowLinks() method in PathSubject
DJimfsUnixLikeFileSystemTest.java433 assertThatPath("/foo/link.txt").noFollowLinks().isSymbolicLink().withTarget("test.txt"); in testCreateSymbolicLink_absolute()
1840 assertThatPath("/foo.txt").noFollowLinks().isRegularFile().and().containsBytes(bytes); in testMove_movesSymbolicLinkNotTarget()
1844 assertThatPath(path("/link.txt")).noFollowLinks().isSymbolicLink(); in testMove_movesSymbolicLinkNotTarget()