Home
last modified time | relevance | path

Searched defs:apex_file (Results 1 – 5 of 5) sorted by relevance

/system/apex/apexd/
Dapexd.cpp332 StatusOr<ApexFile> apex_file = ApexFile::Open(path); in RemovePreviouslyActiveApexFiles() local
654 for (const ApexFile& apex_file : apexes) { in PrePostinstallPackages() local
687 StatusOr<ApexFile> apex_file = ApexFile::Open(path); in HandlePackages() local
714 Status VerifyPackageBoot(const ApexFile& apex_file) { in VerifyPackageBoot()
739 Status VerifyPackageInstall(const ApexFile& apex_file) { in VerifyPackageInstall()
767 for (const ApexFile& apex_file : apexes) { in verifyPackages() local
864 auto backup_path_fn = [](const ApexFile& apex_file) { in BackupActivePackages()
880 StatusOr<ApexFile> apex_file = ApexFile::Open(path); in BackupActivePackages() local
1123 Status activatePackageImpl(const ApexFile& apex_file) { in activatePackageImpl()
1201 StatusOr<ApexFile> apex_file = ApexFile::Open(full_path); in activatePackage() local
[all …]
Dapex_shim.cpp175 bool IsShimApex(const ApexFile& apex_file) { in IsShimApex()
180 const ApexFile& apex_file) { in ValidateShimApex()
Dapex_key.cpp61 StatusOr<ApexFile> apex_file = ApexFile::Open(file); in collectEmbedddedApexKeysFromDir() local
Dapexd_prepostinstall.cpp156 StatusOr<ApexFile> apex_file = ApexFile::Open(apex); in RunFnInstall() local
Dapexservice_test.cpp303 StatusOr<ApexFile> apex_file = ApexFile::Open(test); in PrepareTestApexForInstall() local
320 StatusOr<ApexFile> apex_file = ApexFile::Open(test_input); in Prepare() local