Lines Matching refs:apexes
1781 Result<void> ActivateApexPackages(const std::vector<ApexFileRef>& apexes, in ActivateApexPackages() argument
1787 for (const ApexFile& apex : apexes) { in ActivateApexPackages()
1886 Result<void> ActivateMissingApexes(const std::vector<ApexFileRef>& apexes, in ActivateMissingApexes() argument
1892 for (const auto& apex_ref : apexes) { in ActivateMissingApexes()
2248 std::vector<std::string> apexes; in ScanStagedSessionsDirAndStage() local
2280 apexes.push_back(std::move((*scan)[0])); in ScanStagedSessionsDirAndStage()
2288 for (const auto& apex : apexes) { in ScanStagedSessionsDirAndStage()
2298 const Result<void> result = StagePackages(apexes); in ScanStagedSessionsDirAndStage()
2301 "Activation failed for packages %s : %s", Join(apexes, ',').c_str(), in ScanStagedSessionsDirAndStage()
3386 std::vector<std::string> apexes; in RemountPackages() local
3387 gMountedApexes.ForallMountedApexes([&apexes](const std::string& /*package*/, in RemountPackages()
3392 apexes.push_back(data.full_path); in RemountPackages()
3396 for (const std::string& apex : apexes) { in RemountPackages()