Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/API/
H A DSBStream.cpp97 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFile.h56 eOpenOptionTruncate = 0x400, // Truncate file when opening enumerator
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFile.cpp89 eOpenOptionTruncate) in GetOptionsFromMode()
753 if (open_options & eOpenOptionTruncate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp398 if (options & File::eOpenOptionTruncate) in GetOpenFlags()
/llvm-project-15.0.7/lldb/source/Expression/
H A DREPL.cpp453 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectLog.cpp399 File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectSettings.cpp379 options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectMemory.cpp774 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp224 File::eOpenOptionTruncate, in GetFile()
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1451 flags |= File::eOpenOptionTruncate; in EnableLog()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1201 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1039 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3173 File::eOpenOptionTruncate; in SaveTranscript()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2653 File::eOpenOptionTruncate); in SaveAllocation()
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp6776 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionTruncate |