Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DFile.cpp49 if (options & File::eOpenOptionAppend) { in GetStreamOpenModeFromOptions()
85 eOpenOptionWriteOnly | eOpenOptionAppend | in GetOptionsFromMode()
92 eOpenOptionReadWrite | eOpenOptionAppend | in GetOptionsFromMode()
751 if (open_options & eOpenOptionAppend) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp396 if (options & File::eOpenOptionAppend) in GetOpenFlags()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBStream.cpp95 open_options |= File::eOpenOptionAppend; in RedirectToFile()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DFile.h54 eOpenOptionAppend = enumerator
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectSettings.cpp377 options |= File::eOpenOptionAppend; in DoExecute()
H A DCommandObjectMemory.cpp775 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DDebugger.cpp1469 flags |= File::eOpenOptionAppend; in EnableLog()