Searched refs:lookupPath (Results 1 – 8 of 8) sorted by relevance
/external/perfetto/ui/src/controller/ |
D | trace_converter.ts | 34 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/ |
D | wasm_typescript_declaration.d.ts | 43 lookupPath(path: string): {path: string, node: Wasm.FileSystemNode};
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 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 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/ |
D | VirtualFileSystem.cpp | 1091 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/ |
D | VirtualFileSystem.cpp | 1128 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/ |
D | VirtualFileSystem.h | 722 ErrorOr<Entry *> lookupPath(llvm::sys::path::const_iterator Start, 731 ErrorOr<Entry *> lookupPath(const Twine &Path) const;
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 716 ErrorOr<Entry *> lookupPath(llvm::sys::path::const_iterator Start, 725 ErrorOr<Entry *> lookupPath(const Twine &Path) const;
|
/external/llvm-project/lldb/source/Host/common/ |
D | FileSystem.cpp | 482 static_cast<vfs::RedirectingFileSystem &>(*m_fs).lookupPath(path); in GetExternalPath()
|