Lines Matching full:dex
20 * just wants a zip archive with "classes.dex" inside. In Android the
32 static const char* kDexInJarName = "classes.dex";
37 * openAlternateSuffix("Home.apk", "dex", O_RDONLY) will attempt
38 * to open "Home.dex". If the open succeeds, a pointer to a
81 * Checks the dependencies of the dex cache file corresponding
104 /* Try to find the dex file inside of the archive.
114 * See if there's an up-to-date copy of the optimized dex
137 LOGE("Unable to unlock DEX file\n");
146 * There's no dex file in the jar file. See if there's an
147 * optimized dex file living alongside the jar.
180 * the Jar trimmings, but we do insist on finding "classes.dex" inside
183 * If "isBootstrap" is not set, the optimizer/verifier regards this DEX as
223 // to the classes.dex inside the archive (if present).
224 // For typical use there will be no classes.dex.
232 * "classes.dex".
244 * If a stale .odex file is present and classes.dex exists in
272 * or the cached version was stale), generate the optimized DEX.
299 LOGE("Unable to extract+optimize DEX from '%s'\n",
305 LOGD("DEX prep '%s': unzip in %dms, rewrite %dms\n",
330 LOGE("Unable to unlock DEX file\n");