reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
111 bool Exists(const llvm::Twine &path) const;
157 return Exists(file_spec.GetPath()); 256 if (Exists(absolute)) {tools/lldb/source/Interpreter/CommandInterpreter.cpp
2073 if (!FileSystem::Instance().Exists(init_file)) { 2118 if (FileSystem::Instance().Exists(program_init_file))tools/lldb/source/Interpreter/OptionValuePathMappings.cpp
22 return FileSystem::Instance().Exists(path);
tools/lldb/unittests/Host/FileSystemTest.cpp 189 EXPECT_TRUE(fs.Exists("/foo"));