Searched refs:oap (Results 1 – 1 of 1) sorted by relevance
222 asset_path oap; in addAssetPath() local223 for (size_t idx = 0; mZipSet.getOverlay(ap.path, idx, &oap); idx++) { in addAssetPath()224 oap.isSystemAsset = isSystemAsset; in addAssetPath()225 mAssetPaths.add(oap); in addAssetPath()283 asset_path oap; in addOverlayPath() local284 oap.path = overlayPath; in addOverlayPath()285 oap.type = ::getFileType(overlayPath.string()); in addOverlayPath()286 oap.idmap = idmapPath; in addOverlayPath()291 mAssetPaths.add(oap); in addOverlayPath()295 appendPathToResTable(oap); in addOverlayPath()[all …]