Searched refs:system_apex_path (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/system/apex/apexd/ |
H A D | apex_shim.cpp | 166 Result<void> ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() argument 169 << " using system shim apex " << system_apex_path; in ValidateUpdate() 170 auto allowed = GetAllowedHashes(system_apex_path); in ValidateUpdate()
|
H A D | apex_shim.h | 32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
|
H A D | apexd_test.cpp | 2703 auto system_apex_path = in TEST_F() local 2725 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2732 /* modulePath= */ system_apex_path, in TEST_F() 2733 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2735 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F() 2800 auto system_apex_path = in TEST_F() local 2821 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2828 /* modulePath= */ system_apex_path, in TEST_F() 2829 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2831 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F()
|
H A D | apexd.cpp | 617 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument 618 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()
|