Home
last modified time | relevance | path

Searched refs:system_shim (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexd.cpp648 auto system_shim = ApexFile::Open( in ValidateStagingShimApex() local
650 if (!system_shim.ok()) { in ValidateStagingShimApex()
651 return system_shim.error(); in ValidateStagingShimApex()
656 return RunVerifyFnInsideTempMount(*system_shim, verify_fn); in ValidateStagingShimApex()
Dapexservice_test.cpp1451 ApexInfo system_shim; in SetUp() local
1453 &system_shim))); in SetUp()
1454 ASSERT_TRUE(IsOk(service_->deactivatePackage(system_shim.modulePath))); in SetUp()