Home
last modified time | relevance | path

Searched refs:eOpenOptionAppend (Results 1 – 4 of 4) sorted by relevance

/external/lldb/source/API/
DSBStream.cpp84 open_options |= File::eOpenOptionAppend; in RedirectToFile()
/external/lldb/include/lldb/Host/
DFile.h37eOpenOptionAppend = (1u << 2), // Don't truncate file when opening, append to end… enumerator
/external/lldb/source/Host/common/
DFile.cpp30 if (options & File::eOpenOptionAppend) in GetStreamOpenModeFromOptions()
203 if (options & eOpenOptionAppend) in Open()
/external/lldb/source/Commands/
DCommandObjectMemory.cpp776 open_options |= File::eOpenOptionAppend; in DoExecute()