Lines Matching defs:apex
97 namespace apex { namespace
146 bool isBootstrapApex(const ApexFile& apex) { in isBootstrapApex()
348 Result<void> VerifyMountedImage(const ApexFile& apex, in VerifyMountedImage()
360 Result<MountedApexData> MountPackageImpl(const ApexFile& apex, in MountPackageImpl()
497 std::string GetHashTreeFileName(const ApexFile& apex, bool is_new) { in GetHashTreeFileName()
504 const ApexFile& apex, const std::string& mount_point) { in VerifyAndTempMountPackage()
563 Result<void> RunVerifyFnInsideTempMount(const ApexFile& apex, in RunVerifyFnInsideTempMount()
851 Result<void> UnmountPackage(const ApexFile& apex, bool allow_latest) { in UnmountPackage()
893 Result<void> MountPackage(const ApexFile& apex, const std::string& mountPoint) { in MountPackage()
908 Result<MountedApexData> TempMountPackage(const ApexFile& apex, in TempMountPackage()
1071 auto convertToAutogen = [&apexInfos](const ApexFile& apex, bool isActive) { in emitApexInfoList()
1099 for (const auto& apex : active) { in emitApexInfoList() local
1105 for (const auto& apex : getFactoryPackages()) { in emitApexInfoList() local
1234 for (const auto& apex : apexes) { in ActivateApexPackages() local
1261 bool ShouldActivateApexOnData(const ApexFile& apex) { in ShouldActivateApexOnData()
1632 for (const auto& apex : apexes) { in scanStagedSessionsDirAndStage() local
2000 auto filter_fn = [](const ApexFile& apex) { in onStart()
2219 auto apex = ApexFile::Open(path); in RemoveOrphanedApexes() local
2291 for (const std::string& apex : apexes) { in remountPackages() local