reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
  111   bool Exists(const llvm::Twine &path) const;

References

tools/lldb/source/Host/common/FileSystem.cpp
  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"));