Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp98 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h57 eOpenOptionTruncate = 0x400, // Truncate file when opening enumerator
/src/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()
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectLog.cpp386 File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectSettings.cpp343 options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectThread.cpp2195 File::eOpenOptionTruncate); in DoExecute()
2390 File::eOpenOptionTruncate); in DoExecute()
H A DCommandObjectMemory.cpp763 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/src/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp459 File::eOpenOptionWriteOnly | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp225 File::eOpenOptionTruncate, in GetFile()
/src/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1162 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1099 File::eOpenOptionTruncate | File::eOpenOptionWriteOnly | in SerializeBreakpointsToFile()
/src/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1659 flags |= File::eOpenOptionTruncate; in EnableLog()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3250 File::eOpenOptionTruncate; in SaveTranscript()