Searched refs:eOpenOptionCanCreate (Results 1 – 20 of 20) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | File.cpp | 61 if (options & File::eOpenOptionCanCreate) { in GetStreamOpenModeFromOptions() 85 eOpenOptionCanCreate) in GetOptionsFromMode() 88 eOpenOptionReadWrite | eOpenOptionCanCreate | in GetOptionsFromMode() 92 eOpenOptionCanCreate) in GetOptionsFromMode() 761 else if (open_options & eOpenOptionCanCreate) in ConvertOpenOptionsForPOSIXOpen()
|
| H A D | FileSystem.cpp | 401 if (options & File::eOpenOptionCanCreate) in GetOpenFlags()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | ObjectFileMinidump.cpp | 102 outfile, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in SaveCore()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBStream.cpp | 93 auto open_options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in RedirectToFile()
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | File.h | 55 eOpenOptionCanCreate = 0x200, // Create file if doesn't already exist enumerator
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | ModuleCache.cpp | 163 m_file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in ModuleLock()
|
| H A D | Platform.cpp | 1200 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in PutFile()
|
| H A D | Target.cpp | 1040 File::eOpenOptionCanCreate | in SerializeBreakpointsToFile()
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 454 File::eOpenOptionCanCreate, in IOHandlerInputComplete()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectLog.cpp | 398 File::eOpenOptionCanCreate | in DoExecute()
|
| H A D | CommandObjectSettings.cpp | 375 auto options = File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
|
| H A D | CommandObjectPlatform.cpp | 506 File::eOpenOptionReadWrite | File::eOpenOptionCanCreate, in DoExecute()
|
| H A D | CommandObjectMemory.cpp | 771 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in DoExecute()
|
| H A D | CommandObjectThread.cpp | 2290 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate, in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 223 destination, File::eOpenOptionCanCreate | File::eOpenOptionWriteOnly | in GetFile()
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1447 File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate; in EnableLog()
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.cpp | 2652 file_spec, File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate | in SaveAllocation() 4584 File::eOpenOptionCanCreate); in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 3172 File::eOpenOptionCanCreate | in SaveTranscript()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 107 FileSpec(path), File::eOpenOptionWriteOnly | File::eOpenOptionCanCreate); in DumpProcessGDBRemotePacketHistory()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 6777 File::eOpenOptionCanCreate);
|