Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp63 Status boot_err; in LaunchProcess() local
64 device.Boot(boot_err); in LaunchProcess()
65 if (boot_err.Fail()) in LaunchProcess()
66 return boot_err; in LaunchProcess()