Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBStream.cpp97 open_options |= File::eOpenOptionTruncate; in RedirectToFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DFile.h51 eOpenOptionTruncate = (1u << 3), // Truncate file when opening enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp85 eOpenOptionTruncate) in GetOptionsFromMode()
743 if (open_options & eOpenOptionTruncate) in ConvertOpenOptionsForPOSIXOpen()
H A DFileSystem.cpp398 if (options & File::eOpenOptionTruncate) in GetOpenFlags()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp448 File::eOpenOptionWrite | File::eOpenOptionTruncate | in IOHandlerInputComplete()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSettings.cpp376 options |= File::eOpenOptionTruncate; in DoExecute()
H A DCommandObjectMemory.cpp760 append ? File::eOpenOptionAppend : File::eOpenOptionTruncate; in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp222 File::eOpenOptionTruncate, in GetFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1250 flags |= File::eOpenOptionTruncate; in EnableLog()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1244 File::eOpenOptionTruncate | File::eOpenOptionCloseOnExec, in PutFile()
H A DTarget.cpp1025 File::eOpenOptionTruncate | File::eOpenOptionWrite | in SerializeBreakpointsToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2959 File::eOpenOptionTruncate; in SaveTranscript()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp2664 File::eOpenOptionTruncate); in SaveAllocation()