Searched refs:m_core_simulator_framework_path (Results 1 – 2 of 2) sorted by relevance
229 if (!m_core_simulator_framework_path.hasValue()) { in GetCoreSimulatorPath()230 m_core_simulator_framework_path = in GetCoreSimulatorPath()233 FileSystem::Instance().Resolve(*m_core_simulator_framework_path); in GetCoreSimulatorPath()235 return m_core_simulator_framework_path.getValue(); in GetCoreSimulatorPath()
97 llvm::Optional<lldb_private::FileSpec> m_core_simulator_framework_path; variable