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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp261 String8 overlayPath; local
263 NULL, NULL, NULL, &targetPath, &overlayPath)) {
270 if (overlayPath != packagePath) {
272 idmapPath.string(), packagePath.string(), overlayPath.string());
283 if (access(overlayPath.string(), R_OK) != 0) {
284 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
289 oap.path = overlayPath;
290 oap.type = ::getFileType(overlayPath.string());
293 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
294 targetPath.string(), overlayPath
[all...]
H A DResourceTypes.cpp6037 const char* targetPath, const char* overlayPath,
6150 const char* paths[] = { targetPath, overlayPath };
6035 createIdmap(const ResTable& overlay, uint32_t targetCrc, uint32_t overlayCrc, const char* targetPath, const char* overlayPath, void** outData, size_t* outSize) const argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h1793 const char* targetPath, const char* overlayPath,

Completed in 41 milliseconds