Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformAppleSimulator.cpp235 if (!m_core_simulator_framework_path.has_value()) { in GetCoreSimulatorPath()
236 m_core_simulator_framework_path = in GetCoreSimulatorPath()
239 FileSystem::Instance().Resolve(*m_core_simulator_framework_path); in GetCoreSimulatorPath()
241 return m_core_simulator_framework_path.value(); in GetCoreSimulatorPath()
H A DPlatformAppleSimulator.h111 std::optional<FileSpec> m_core_simulator_framework_path; variable