Searched refs:system_apex_path (Results 1 – 4 of 4) sorted by relevance
/aosp12/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 | 2236 auto system_apex_path = in TEST_F() local 2258 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2263 /* modulePath= */ system_apex_path, in TEST_F() 2264 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2266 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path)); in TEST_F() 2327 auto system_apex_path = in TEST_F() local 2349 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2354 /* modulePath= */ system_apex_path, in TEST_F() 2355 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2357 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path)); in TEST_F()
|
H A D | apexd.cpp | 822 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument 823 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()
|