Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp222 asset_path oap; in addAssetPath() local
223 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() local
284 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 …]