Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp878 auto system_shim = ApexFile::Open( in ValidateStagingShimApex() local
880 if (!system_shim.ok()) { in ValidateStagingShimApex()
881 return system_shim.error(); in ValidateStagingShimApex()
886 return RunVerifyFnInsideTempMount(*system_shim, verify_fn, true); in ValidateStagingShimApex()