Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp839 auto system_shim = ApexFile::Open( in ValidateStagingShimApex() local
841 if (!system_shim.ok()) { in ValidateStagingShimApex()
842 return system_shim.error(); in ValidateStagingShimApex()
847 return RunVerifyFnInsideTempMount(*system_shim, verify_fn, true); in ValidateStagingShimApex()