Searched refs:m_core_simulator_framework_path (Results 1 – 2 of 2) sorted by relevance
235 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()
111 std::optional<FileSpec> m_core_simulator_framework_path; variable