Searched refs:m_core_simulator_framework_path (Results 1 – 2 of 2) sorted by relevance
230 if (!m_core_simulator_framework_path.has_value()) { in GetCoreSimulatorPath()231 m_core_simulator_framework_path = in GetCoreSimulatorPath()234 FileSystem::Instance().Resolve(*m_core_simulator_framework_path); in GetCoreSimulatorPath()236 return m_core_simulator_framework_path.value(); in GetCoreSimulatorPath()
114 std::optional<FileSpec> m_core_simulator_framework_path; variable