Home
last modified time | relevance | path

Searched refs:requireDoesNotExist (Results 1 – 2 of 2) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DDirectoryEntry.java77 public DirectoryEntry requireDoesNotExist(Path pathForException) in requireDoesNotExist() method in DirectoryEntry
DFileSystemView.java423 lookUp(link, Options.NOFOLLOW_LINKS).requireDoesNotExist(link).directory(); in link()