Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp50 if (options & File::eOpenOptionAppend) { in GetStreamOpenModeFromOptions()
86 eOpenOptionWriteOnly | eOpenOptionAppend | in GetOptionsFromMode()
93 eOpenOptionReadWrite | eOpenOptionAppend | in GetOptionsFromMode()
790 if (open_options & eOpenOptionAppend) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp383 if (options & File::eOpenOptionAppend) in GetOpenFlags()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp96 open_options |= File::eOpenOptionAppend; in RedirectToFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h54 eOpenOptionAppend = enumerator
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp373 options |= File::eOpenOptionAppend; in DoExecute()
H A DCommandObjectMemory.cpp763 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1617 flags |= File::eOpenOptionAppend; in EnableLog()