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

/dalvik/dexopt/
H A DOptMain.cpp206 static int processZipFile(int zipFd, int cacheFd, const char* zipName, argument
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; local
305 zipName = *++argv;
310 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags);
350 const char* zipName = argv[2]; local
361 zipFd = open(zipName, O_RDONL
[all...]

Completed in 82 milliseconds