Searched refs:overlayPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h267 bool createIdmapFileLocked(const String8& originalPath, const String8& overlayPath,
270 bool isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath,
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp204 String8 overlayPath("/vendor/overlay/framework/");
205 overlayPath.append(path.getPathLeaf());
206 if (TEMP_FAILURE_RETRY(access(overlayPath.string(), R_OK)) == 0) {
208 oap.path = overlayPath;
209 oap.type = ::getFileType(overlayPath.string());
212 oap.idmap = idmapPathForPackagePath(overlayPath);
221 ALOGW("failed to add overlay package %s\n", overlayPath.string());
229 bool AssetManager::isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath, argument
276 if (!getZipEntryCrcLocked(overlayPath, "resources.arsc", &actualOverlayCrc)) {
301 bool AssetManager::createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, argument
[all...]

Completed in 90 milliseconds