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

Declarations

tools/lldb/include/lldb/Host/FileSystem.h
   67   Open(const FileSpec &file_spec, File::OpenOptions options,

References

tools/lldb/source/API/SBStream.cpp
   93       FileSystem::Instance().Open(FileSpec(path), open_options);
tools/lldb/source/Commands/CommandObjectMemory.cpp
  781       auto outfile = FileSystem::Instance().Open(outfile_spec, open_options);
tools/lldb/source/Core/StreamFile.cpp
   36   auto file = FileSystem::Instance().Open(
   52   auto file = FileSystem::Instance().Open(FileSpec(path), options, permissions);
tools/lldb/source/Expression/REPL.cpp
  401             auto file = FileSystem::Instance().Open(
tools/lldb/source/Host/common/FileCache.cpp
   33   auto file = FileSystem::Instance().Open(file_spec, flags, mode);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2343       FileSystem::Instance().Open(cmd_file, File::eOpenOptionRead);
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2653   auto file = FileSystem::Instance().Open(
 4588       auto file = FileSystem::Instance().Open(
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6243         auto core_file = FileSystem::Instance().Open(
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
  521         auto file = FileSystem::Instance().Open(path_spec, flags, mode, false);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  101   auto file = FileSystem::Instance().Open(
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  923       auto nullin = FileSystem::Instance().Open(
  926       auto nullout = FileSystem::Instance().Open(
tools/lldb/source/Target/ModuleCache.cpp
  161   auto file = FileSystem::Instance().Open(
tools/lldb/source/Target/Platform.cpp
 1229   auto source_file = FileSystem::Instance().Open(source, source_open_options,
tools/lldb/unittests/Host/FileSystemTest.cpp
  299   auto file = fs.Open(spec, File::eOpenOptionRead, 0, true);
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  584   auto file = FileSystem::Instance().Open(FileSpec(FileSystem::DEV_NULL),