Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp44 if (options & File::eOpenOptionAppend) { in GetStreamOpenModeFromOptions()
81 eOpenOptionWrite | eOpenOptionAppend | eOpenOptionCanCreate) in GetOptionsFromMode()
87 eOpenOptionRead | eOpenOptionWrite | eOpenOptionAppend | in GetOptionsFromMode()
740 if (open_options & eOpenOptionAppend) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp395 if (options & File::eOpenOptionAppend) in GetOpenFlags()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp95 open_options |= File::eOpenOptionAppend; in RedirectToFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h49 eOpenOptionAppend = enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp374 options |= File::eOpenOptionAppend; in DoExecute()
H A DCommandObjectMemory.cpp760 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectPlatform.cpp502 File::eOpenOptionAppend | File::eOpenOptionCanCreate, in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1248 flags |= File::eOpenOptionAppend; in EnableLog()