Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp267 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()
DResourceTypes.cpp6365 const char* targetPath, const char* overlayPath, in createIdmap() argument
6478 const char* paths[] = { targetPath, overlayPath }; in createIdmap()
/frameworks/base/include/androidfw/
DResourceTypes.h1833 const char* targetPath, const char* overlayPath,