Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp98 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h57 eOpenOptionTruncate = 0x400, // Truncate file when opening enumerator
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp91 eOpenOptionTruncate) in GetOptionsFromMode()
797 if (open_options & eOpenOptionTruncate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp386 if (options & File::eOpenOptionTruncate) in GetOpenFlags()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp384 File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectSettings.cpp343 options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectThread.cpp2208 File::eOpenOptionTruncate); in DoExecute()
2403 File::eOpenOptionTruncate); in DoExecute()
H A DCommandObjectMemory.cpp764 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp458 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp228 File::eOpenOptionTruncate, in GetFile()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1167 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1189 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1830 flags |= File::eOpenOptionTruncate; in EnableLog()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3425 File::eOpenOptionTruncate; in SaveTranscript()