Searched refs:overlayPath (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 261 String8 overlayPath; in addOverlayPath() local 263 NULL, NULL, NULL, &targetPath, &overlayPath)) { in addOverlayPath() 270 if (overlayPath != packagePath) { in addOverlayPath() 272 idmapPath.string(), packagePath.string(), overlayPath.string()); in addOverlayPath() 283 if (access(overlayPath.string(), R_OK) != 0) { in addOverlayPath() 284 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno)); in addOverlayPath() 289 oap.path = overlayPath; in addOverlayPath() 290 oap.type = ::getFileType(overlayPath.string()); in addOverlayPath() 294 targetPath.string(), overlayPath.string(), idmapPath.string()); in addOverlayPath()
|
D | ResourceTypes.cpp | 6037 const char* targetPath, const char* overlayPath, in createIdmap() argument 6150 const char* paths[] = { targetPath, overlayPath }; in createIdmap()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1793 const char* targetPath, const char* overlayPath,
|