Searched refs:apex_info_list (Results 1 – 1 of 1) sorted by relevance
173 std::optional<ApexInfoList> apex_info_list = readApexInfoList(kApexInfoListFile); in LoadSystemApexes() local174 if (!apex_info_list.has_value()) { in LoadSystemApexes()178 for (const auto& apex_info : apex_info_list->getApexInfo()) { in LoadSystemApexes()