Home
last modified time | relevance | path

Searched refs:lookupPath (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts43 lookupPath(path: string): {path: string, node: Wasm.FileSystemNode};
/external/perfetto/ui/src/controller/
Dtrace_converter.ts31 const fsNode = mod.FS.lookupPath(outPath).node;
/external/clang/lib/Basic/
DVirtualFileSystem.cpp882 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 RedirectingFileSystem
1452 ErrorOr<Entry *> Result = lookupPath(Start, End, Root.get()); in lookupPath()
1460 RedirectingFileSystem::lookupPath(sys::path::const_iterator Start, in lookupPath() function in RedirectingFileSystem
1496 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()