OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:outputName
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/native/
dalvik_system_DexFile.cpp
133
* private static int openDexFile(String sourceName, String
outputName
,
140
* If "
outputName
" is NULL, the DEX code will automatically find the
160
char*
outputName
;
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) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java
211
String
outputName
= getOutputName();
212
if (
outputName
== null ||
outputName
.length() == 0) {
217
error = validator.isValid(
outputName
);
Completed in 489 milliseconds