Searched refs:lookupPath (Results 1 – 3 of 3) sorted by relevance
43 lookupPath(path: string): {path: string, node: Wasm.FileSystemNode};
31 const fsNode = mod.FS.lookupPath(outPath).node;
882 ErrorOr<Entry *> lookupPath(const Twine &Path);886 ErrorOr<Entry *> lookupPath(sys::path::const_iterator Start,911 ErrorOr<Entry *> E = lookupPath(Dir); in dir_begin()1430 ErrorOr<Entry *> RedirectingFileSystem::lookupPath(const Twine &Path_) { in lookupPath() function in RedirectingFileSystem1452 ErrorOr<Entry *> Result = lookupPath(Start, End, Root.get()); in lookupPath()1460 RedirectingFileSystem::lookupPath(sys::path::const_iterator Start, in lookupPath() function in RedirectingFileSystem1496 ErrorOr<Entry *> Result = lookupPath(Start, End, DirEntry.get()); in lookupPath()1528 ErrorOr<Entry *> Result = lookupPath(Path); in status()1557 ErrorOr<Entry *> E = lookupPath(Path); in openFileForRead()