Searched refs:oap (Results 1 – 2 of 2) sorted by relevance
223 asset_path oap; in addAssetPath() local224 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()225 oap.isSystemAsset = isSystemAsset; in addAssetPath()226 mAssetPaths.add(oap); in addAssetPath()284 asset_path oap; in addOverlayPath() local285 oap.path = overlayPath; in addOverlayPath()286 oap.type = ::getFileType(overlayPath.c_str()); in addOverlayPath()287 oap.idmap = idmapPath; in addOverlayPath()292 mAssetPaths.add(oap); in addOverlayPath()296 appendPathToResTable(oap); in addOverlayPath()[all …]
244 AndroidPackage oap = ops.getAndroidPackage(); in performDexOptWithArtService() local245 if (oap == null) { in performDexOptWithArtService()