Searched refs:lookUpWithLock (Results 1 – 2 of 2) sorted by relevance
98 DirectoryEntry lookUpWithLock(JimfsPath path, Set<? super LinkOption> options) in lookUpWithLock() method in FileSystemView125 Directory file = (Directory) lookUpWithLock(dir, options).requireDirectory(dir).file(); in newDirectoryStream()373 lookUpWithLock(path, Options.NOFOLLOW_LINKS).requireSymbolicLink(path).file(); in readSymbolicLink()384 lookUpWithLock(path, Options.FOLLOW_LINKS).requireExists(path); in checkAccess()708 return lookUpWithLock(path, options).requireExists(path).file(); in getFileAttributeView()717 File file = lookUpWithLock(path, options).requireExists(path).file();724 File file = lookUpWithLock(path, options).requireExists(path).file();734 File file = lookUpWithLock(path, options).requireExists(path).file();
204 return view.lookUpWithLock(checkedPath, optionsSet).requireExists(checkedPath).file(); in getFileAttributeView()