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

/dalvik/dexopt/
H A DOptMain.cpp54 * Extract "classes.dex" from zipFd into "cacheFd", leaving a little space
57 static int extractAndProcessZip(int zipFd, int cacheFd, argument
96 if (dexZipPrepArchive(zipFd, debugFileName, &zippy) != 0) {
206 static int processZipFile(int zipFd, int cacheFd, const char* zipName, argument
248 int result = extractAndProcessZip(zipFd, cacheFd, zipName, isBootstrap,
289 int zipFd, cacheFd; local
303 GET_ARG(zipFd, strtol, "bad zip fd");
310 result = processZipFile(zipFd, cacheFd, zipName, dexoptFlags);
336 int zipFd = -1; local
361 zipFd
[all...]

Completed in 2241 milliseconds