Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformAppleSimulator.cpp245 const std::string core_sim_path(GetCoreSimulatorPath().GetPath()); in LoadCoreSimulator() local
246 if (core_sim_path.size()) in LoadCoreSimulator()
247 dlopen(core_sim_path.c_str(), RTLD_LAZY); in LoadCoreSimulator()