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

/dalvik/dexopt/
H A DOptMain.c54 * Extract "classes.dex" from zipFd into "cacheFd", leaving a little space
57 static int extractAndProcessZip(int zipFd, int cacheFd, argument
93 if (dexZipPrepArchive(zipFd, debugFileName, &zippy) != 0) {
207 static int processZipFile(int zipFd, int cacheFd, const char* zipName, argument
250 result = extractAndProcessZip(zipFd, cacheFd, zipName, isBootstrap,
292 int zipFd, cacheFd; local
306 GET_ARG(zipFd, strtol, "bad zip fd");
313 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags);
339 int zipFd = -1; local
364 zipFd
[all...]

Completed in 3 milliseconds