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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp230 const String8& idmapPath)
233 if (TEMP_FAILURE_RETRY(stat(idmapPath.string(), &st)) == -1) {
237 ALOGW("failed to stat file %s: %s\n", idmapPath.string(), strerror(errno));
242 ALOGW("file %s has unexpectedly small size=%zd\n", idmapPath.string(), (size_t)st.st_size);
245 int fd = TEMP_FAILURE_RETRY(::open(idmapPath.string(), O_RDONLY));
247 ALOGW("failed to open file %s: %s\n", idmapPath.string(), strerror(errno));
302 const String8& idmapPath)
304 ALOGD("%s: originalPath=%s overlayPath=%s idmapPath=%s\n",
305 __FUNCTION__, originalPath.string(), overlayPath.string(), idmapPath.string());
338 ALOGW("failed to generate idmap data for file %s\n", idmapPath
229 isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath, const String8& idmapPath) argument
301 createIdmapFileLocked(const String8& originalPath, const String8& overlayPath, const String8& idmapPath) argument
[all...]

Completed in 1226 milliseconds