Home | History | Annotate | Download | only in zipalign

Lines Matching refs:zipFileName

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