Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dtrace_converter.ts34 const fsNode = module.FS.lookupPath(outPath).node;
56 Object.keys(module.FS.lookupPath('/tmp/').node.contents)[0];
58 module.FS.lookupPath(`/tmp/${heapDirName}`).node.contents;
63 module.FS.lookupPath(`/tmp/${heapDirName}/${heapDump}`)
/external/perfetto/gn/standalone/
Dwasm_typescript_declaration.d.ts43 lookupPath(path: string): {path: string, node: Wasm.FileSystemNode};
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp1091 ErrorOr<RedirectingFileSystem::Entry *> E = lookupPath(Dir); in dir_begin()
1648 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath() function in RedirectingFileSystem
1671 lookupPath(Start, End, Root.get()); in lookupPath()
1679 RedirectingFileSystem::lookupPath(sys::path::const_iterator Start, in lookupPath() function in RedirectingFileSystem
1715 lookupPath(Start, End, DirEntry.get()); in lookupPath()
1749 ErrorOr<RedirectingFileSystem::Entry *> Result = lookupPath(Path); in status()
1787 ErrorOr<RedirectingFileSystem::Entry *> E = lookupPath(Path); in openFileForRead()
1818 ErrorOr<RedirectingFileSystem::Entry *> Result = lookupPath(Path); in getRealPath()
1881 ErrorOr<RedirectingFileSystem::Entry *> RootE = VFS->lookupPath("/"); in collectVFSFromYAML()
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1128 ErrorOr<RedirectingFileSystem::Entry *> E = lookupPath(Dir); in dir_begin()
1743 RedirectingFileSystem::lookupPath(const Twine &Path_) const { in lookupPath() function in RedirectingFileSystem
1762 lookupPath(Start, End, Root.get()); in lookupPath()
1770 RedirectingFileSystem::lookupPath(sys::path::const_iterator Start, in lookupPath() function in RedirectingFileSystem
1799 lookupPath(Start, End, DirEntry.get()); in lookupPath()
1833 ErrorOr<RedirectingFileSystem::Entry *> Result = lookupPath(Path); in status()
1871 ErrorOr<RedirectingFileSystem::Entry *> E = lookupPath(Path); in openFileForRead()
1902 ErrorOr<RedirectingFileSystem::Entry *> Result = lookupPath(Path); in getRealPath()
1965 ErrorOr<RedirectingFileSystem::Entry *> RootE = VFS->lookupPath("/"); in collectVFSFromYAML()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h722 ErrorOr<Entry *> lookupPath(llvm::sys::path::const_iterator Start,
731 ErrorOr<Entry *> lookupPath(const Twine &Path) const;
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h716 ErrorOr<Entry *> lookupPath(llvm::sys::path::const_iterator Start,
725 ErrorOr<Entry *> lookupPath(const Twine &Path) const;
/external/llvm-project/lldb/source/Host/common/
DFileSystem.cpp482 static_cast<vfs::RedirectingFileSystem &>(*m_fs).lookupPath(path); in GetExternalPath()