Searched refs:getZipFileName (Results 1 – 3 of 3) sorted by relevance
178 if (!punchHolesInElf64(zipFile->getZipFileName(), offset)) { in copyFileIfChanged()181 fileName, zipFile->getZipFileName(), offset); in copyFileIfChanged()186 if (!punchHolesInZip(zipFile->getZipFileName(), offset, extraFieldLength)) { in copyFileIfChanged()187 ALOGW("Failed to punch apk : %s at extra field", zipFile->getZipFileName()); in copyFileIfChanged()305 zipFile->getZipFileName()); in copyFileIfChanged()
190 const char* getZipFileName();
317 const char* ZipFileRO::getZipFileName() { in getZipFileName() function in ZipFileRO