Searched refs:system_apex_path (Results 1 – 4 of 4) sorted by relevance
| /system/apex/apexd/ |
| 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()
|
| D | apex_shim.h | 32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
|
| D | apexd_test.cpp | 2682 auto [system_apex_path, _] = in TEST_F() 2703 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2710 /* modulePath= */ system_apex_path, in TEST_F() 2711 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2713 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F() 2777 auto [system_apex_path, _] = in TEST_F() 2797 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2804 /* modulePath= */ system_apex_path, in TEST_F() 2805 /* preinstalledModulePath= */ system_apex_path, in TEST_F() 2807 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F()
|
| D | apexd.cpp | 634 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument 635 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()
|