Home
last modified time | relevance | path

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

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DDirectoryEntry.java64 public DirectoryEntry requireExists(Path pathForException) throws NoSuchFileException { in requireExists()
77 public DirectoryEntry requireDoesNotExist(Path pathForException) in requireDoesNotExist()
92 public DirectoryEntry requireDirectory(Path pathForException) in requireDirectory()
108 public DirectoryEntry requireSymbolicLink(Path pathForException) in requireSymbolicLink()
DFileSystemView.java444 private void delete(DirectoryEntry entry, DeleteMode deleteMode, JimfsPath pathForException) in delete()
491 private void checkEmpty(Directory dir, Path pathForException) throws FileSystemException { in checkEmpty()