Home | History | Annotate | Download | only in dexopt

Lines Matching refs:zipName

206 static int processZipFile(int zipFd, int cacheFd, const char* zipName,
222 const char* match = strstr(bcp, zipName);
227 * that we're matching on the full zipName, and if not we
239 zipName, matchOffset);
248 int result = extractAndProcessZip(zipFd, cacheFd, zipName, isBootstrap,
290 const char* zipName;
305 zipName = *++argv;
310 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags);
350 const char* zipName = argv[2];
361 zipFd = open(zipName, O_RDONLY);
373 result = processZipFile(zipFd, outFd, zipName, dexoptFlags);