Searched refs:overlayPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 267 String8 overlayPath; in addOverlayPath() local 269 NULL, NULL, NULL, &targetPath, &overlayPath)) { in addOverlayPath() 276 if (overlayPath != packagePath) { in addOverlayPath() 278 idmapPath.string(), packagePath.string(), overlayPath.string()); in addOverlayPath() 289 if (access(overlayPath.string(), R_OK) != 0) { in addOverlayPath() 290 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno)); in addOverlayPath() 295 oap.path = overlayPath; in addOverlayPath() 296 oap.type = ::getFileType(overlayPath.string()); in addOverlayPath() 300 targetPath.string(), overlayPath.string(), idmapPath.string()); in addOverlayPath()
|
D | ResourceTypes.cpp | 6365 const char* targetPath, const char* overlayPath, in createIdmap() argument 6478 const char* paths[] = { targetPath, overlayPath }; in createIdmap()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1833 const char* targetPath, const char* overlayPath,
|