Searched refs:outputName (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,
140 * If "outputName" is NULL, the DEX code will automatically find the
160 char* outputName; local
169 outputName = dvmCreateCstrFromString(outputNameObj);
171 outputName = NULL;
199 free(outputName);
209 && dvmRawDexFileOpen(sourceName, outputName, &pRawDexFile, false) == 0) {
216 } else if (dvmJarFileOpen(sourceName, outputName, &pJarFile, false) == 0) {
235 free(outputName);

Completed in 63 milliseconds