Home
last modified time | relevance | path

Searched refs:system_apex_path (Results 1 – 4 of 4) sorted by relevance

/system/apex/apexd/
Dapex_shim.h32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
Dapex_shim.cpp166 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()
Dapexd_test.cpp2234 auto system_apex_path = in TEST_F() local
2256 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2261 /* modulePath= */ system_apex_path, in TEST_F()
2262 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2264 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path)); in TEST_F()
2325 auto system_apex_path = in TEST_F() local
2347 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2352 /* modulePath= */ system_apex_path, in TEST_F()
2353 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2355 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path)); in TEST_F()
Dapexd.cpp788 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument
789 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()