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

References

tools/lldb/source/API/SBStream.cpp
   86   auto open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
tools/lldb/source/Commands/CommandObjectMemory.cpp
  776       auto open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
tools/lldb/source/Commands/CommandObjectPlatform.cpp
  510               File::eOpenOptionAppend | File::eOpenOptionCanCreate,
tools/lldb/source/Commands/CommandObjectSettings.cpp
  378     auto options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
tools/lldb/source/Core/StreamFile.cpp
   37       FileSpec(path), File::eOpenOptionWrite | File::eOpenOptionCanCreate |
tools/lldb/source/Expression/REPL.cpp
  404                     File::eOpenOptionCanCreate,
tools/lldb/source/Host/common/File.cpp
   58     if (options & File::eOpenOptionCanCreate) {
   81                  eOpenOptionWrite | eOpenOptionAppend | eOpenOptionCanCreate)
   84                  eOpenOptionRead | eOpenOptionWrite | eOpenOptionCanCreate |
   88                      eOpenOptionCanCreate)
  751   else if (open_options & eOpenOptionCanCreate)
tools/lldb/source/Host/common/FileSystem.cpp
  369     if (options & File::eOpenOptionCanCreate)
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 2654       file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate |
 4589           outfile_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate);
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 6245                          File::eOpenOptionCanCreate);
tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  364         destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite |
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  102       FileSpec(path), File::eOpenOptionWrite | File::eOpenOptionCanCreate);
tools/lldb/source/Target/ModuleCache.cpp
  162       m_file_spec, File::eOpenOptionWrite | File::eOpenOptionCanCreate |
tools/lldb/source/Target/Platform.cpp
 1239       destination, File::eOpenOptionCanCreate | File::eOpenOptionWrite |
tools/lldb/source/Target/Target.cpp
 1000                           File::eOpenOptionCanCreate |