Lines Matching full:jar
87 classes as part of unpacking jar files and storing the DEX data in the
94 references something not defined in the bootstrap jars or the AppClass jar,
106 java.lang.String will come from core.jar, and don't verify this assumption
108 java.lang.String can come from: the AppClass jar, or from some other jar
114 classes. If an app jar contains a class that has the same package and
115 class name as a class in a bootstrap jar, the verification resolver refuses
121 pre-verified class are satisified by the class' jar or earlier bootstrap
125 of either the AppClass jar or one of the jars in the bootstrap path.
346 * DEX or Jar files and possibly running them through the optimizer.
372 /* this closes DEX files, JAR files, etc. */
400 case kCpeJar: kindStr = "jar"; break;
500 * in DEX or JAR).
754 * jar:file://path!/name
762 const int kUrlOverhead = 13; // worst case for Jar URL
790 sprintf(urlBuf, "jar:file://%s!/%s", cpe->fileName, name);
1429 /* dexopt case -- can't guarantee prefab (core.jar) */