Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp62 Status boot_err; in LaunchProcess() local
63 device.Boot(boot_err); in LaunchProcess()
64 if (boot_err.Fail()) in LaunchProcess()
65 return boot_err; in LaunchProcess()