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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp183 String8 overlayPath = String8(AssetManager::OVERLAY_DIR) + "/" + subdir; local
184 if (stat(overlayPath.string(), &st) == 0) {
185 argv[argc++] = overlayPath.string();
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp240 String8 overlayPath; local
242 NULL, NULL, NULL, &targetPath, &overlayPath)) {
249 if (overlayPath != packagePath) {
251 idmapPath.string(), packagePath.string(), overlayPath.string());
262 if (access(overlayPath.string(), R_OK) != 0) {
263 ALOGW("failed to access file %s: %s\n", overlayPath.string(), strerror(errno));
268 oap.path = overlayPath;
269 oap.type = ::getFileType(overlayPath.string());
272 ALOGD("Overlay added: targetPath=%s overlayPath=%s idmapPath=%s\n",
273 targetPath.string(), overlayPath
[all...]
H A DResourceTypes.cpp6747 const char* targetPath, const char* overlayPath,
6860 const char* paths[] = { targetPath, overlayPath };
6745 createIdmap(const ResTable& overlay, uint32_t targetCrc, uint32_t overlayCrc, const char* targetPath, const char* overlayPath, void** outData, size_t* outSize) const argument

Completed in 2819 milliseconds