Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp98 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h57 eOpenOptionTruncate = 0x400, // Truncate file when opening enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp91 eOpenOptionTruncate) in GetOptionsFromMode()
793 if (open_options & eOpenOptionTruncate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp386 if (options & File::eOpenOptionTruncate) in GetOpenFlags()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp410 File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectSettings.cpp375 options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectThread.cpp2264 File::eOpenOptionTruncate); in DoExecute()
2460 File::eOpenOptionTruncate); in DoExecute()
H A DCommandObjectMemory.cpp763 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp459 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp225 File::eOpenOptionTruncate, in GetFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1206 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1098 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1619 flags |= File::eOpenOptionTruncate; in EnableLog()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3229 File::eOpenOptionTruncate; in SaveTranscript()