Home
last modified time | relevance | path

Searched refs:eOpenOptionTruncate (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBugreport.cpp78 open_options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectSettings.cpp410 options |= File::OpenOptions::eOpenOptionTruncate; in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBStream.cpp73 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFile.h43 eOpenOptionTruncate = (1u << 3), // Truncate file when opening enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp330 if (options & File::eOpenOptionTruncate) in GetOpenFlags()
H A DFile.cpp665 if (open_options & eOpenOptionTruncate) in ConvertOpenOptionsForPOSIXOpen()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DREPL.cpp418 File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.cpp1018 File::eOpenOptionCanCreate | File::eOpenOptionTruncate) in GetOptionsFromMode()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp553 File::eOpenOptionTruncate, in GetFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1290 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1033 File::OpenOptions::eOpenOptionTruncate | in SerializeBreakpointsToFile()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2753 File::eOpenOptionTruncate); in SaveAllocation()