Searched refs:overlayPath (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 216 String8 overlayPath("/vendor/overlay/framework/"); in addAssetPath() local 217 overlayPath.append(path.getPathLeaf()); in addAssetPath() 218 if (TEMP_FAILURE_RETRY(access(overlayPath.string(), R_OK)) == 0) { in addAssetPath() 220 oap.path = overlayPath; in addAssetPath() 221 oap.type = ::getFileType(overlayPath.string()); in addAssetPath() 224 oap.idmap = idmapPathForPackagePath(overlayPath); in addAssetPath() 233 ALOGW("failed to add overlay package %s\n", overlayPath.string()); in addAssetPath() 241 bool AssetManager::isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath, in isIdmapStaleLocked() argument 288 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &actualOverlayCrc)) { in isIdmapStaleLocked() 313 bool AssetManager::createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, in createIdmapFileLocked() argument [all …]
|
/frameworks/base/include/androidfw/ |
D | AssetManager.h | 267 bool createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, 270 bool isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath,
|