HomeSort by relevance Sort by last modified time
    Searched refs:eOpenOptionCanCreate (Results 1 - 6 of 6) sorted by null

  /external/lldb/source/Core/
StreamFile.cpp 52 m_file (path, File::eOpenOptionWrite | File::eOpenOptionCanCreate, File::ePermissionsDefault)
  /external/lldb/source/API/
SBStream.cpp 82 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
  /external/lldb/include/lldb/Host/
File.h 40 eOpenOptionCanCreate = (1u << 5), // Create file if doesn't already exist
  /external/lldb/source/Host/common/
File.cpp 49 if (options & File::eOpenOptionCanCreate)
209 if (options & eOpenOptionCanCreate)
  /external/lldb/source/Commands/
CommandObjectMemory.cpp 773 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemote.cpp 80 lldb_private::Error error (strm.GetFile().Open(path, lldb_private::File::eOpenOptionWrite | lldb_private::File::eOpenOptionCanCreate));
    [all...]

Completed in 943 milliseconds