Searched refs:sourceName (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/native/
H A Ddalvik_system_DexFile.cpp133 * private static int openDexFileNative(String sourceName, String outputName,
138 * "sourceName" should point to the "source" jar or DEX file.
159 char* sourceName; local
163 dvmThrowNullPointerException("sourceName == null");
167 sourceName = dvmCreateCstrFromString(sourceNameObj);
194 if (dvmClassPathContains(gDvm.bootClassPath, sourceName)) {
195 ALOGW("Refusing to reopen boot DEX '%s'", sourceName);
198 free(sourceName);
208 if (hasDexExtension(sourceName)
209 && dvmRawDexFileOpen(sourceName, outputNam
[all...]

Completed in 51 milliseconds