Searched refs:eOpenOptionCanCreate (Results 1 - 6 of 6) sorted by relevance

/external/lldb/source/Core/
H A DStreamFile.cpp52 m_file (path, File::eOpenOptionWrite | File::eOpenOptionCanCreate, File::ePermissionsDefault)
/external/lldb/source/API/
H A DSBStream.cpp82 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
/external/lldb/include/lldb/Host/
H A DFile.h40 eOpenOptionCanCreate = (1u << 5), // Create file if doesn't already exist enumerator in enum:lldb_private::File::OpenOptions
/external/lldb/source/Host/common/
H A DFile.cpp49 if (options & File::eOpenOptionCanCreate)
209 if (options & eOpenOptionCanCreate)
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp773 uint32_t open_options = File::eOpenOptionWrite | File::eOpenOptionCanCreate;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp80 lldb_private::Error error (strm.GetFile().Open(path, lldb_private::File::eOpenOptionWrite | lldb_private::File::eOpenOptionCanCreate));

Completed in 8023 milliseconds