Home | History | Annotate | Download | only in zipalign

Lines Matching full:zipfilename

59 status_t ZipFile::open(const char* zipFileName, int flags)
78 newArchive = (access(zipFileName, F_OK) != 0);
81 ALOGD("File %s does not exist", zipFileName);
96 mZipFp = fopen(zipFileName, openflags);