Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_shim.cpp181 Result<void> ValidateUpdate(const std::string& system_apex_path, in ValidateUpdate() argument
184 << " using system shim apex " << system_apex_path; in ValidateUpdate()
185 auto allowed = GetAllowedHashes(system_apex_path); in ValidateUpdate()
Dapex_shim.h32 android::base::Result<void> ValidateUpdate(const std::string& system_apex_path,
Dapexd_test.cpp2724 auto system_apex_path = in TEST_F() local
2746 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2752 /* modulePath= */ system_apex_path, in TEST_F()
2753 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2755 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F()
2818 auto system_apex_path = in TEST_F() local
2840 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2846 /* modulePath= */ system_apex_path, in TEST_F()
2847 /* preinstalledModulePath= */ system_apex_path, in TEST_F()
2849 /* isFactory= */ true, /* isActive= */ false, GetMTime(system_apex_path), in TEST_F()
Dapexd.cpp850 auto verify_fn = [&](const std::string& system_apex_path) { in ValidateStagingShimApex() argument
851 return shim::ValidateUpdate(system_apex_path, to.GetPath()); in ValidateStagingShimApex()