OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deodex
(Results
1 - 4
of
4
) sorted by null
/external/smali/baksmali/src/main/java/org/jf/baksmali/
baksmaliOptions.java
74
public boolean
deodex
= false;
field in class:baksmaliOptions
main.java
96
(options.
deodex
|| options.registerInfo != 0 || options.normalizeVirtualMethods)) {
229
options.
deodex
= true;
305
if (!options.
deodex
) {
307
System.err.println("won't be able to re-assemble the results unless you
deodex
it with the -x");
312
options.
deodex
= false;
382
Option deodexerantOption = OptionBuilder.withLongOpt("
deodex
")
383
.withDescription("
deodex
the given odex file. This option is ignored if the input file is not an " +
baksmali.java
58
if (options.registerInfo != 0 || options.
deodex
|| options.normalizeVirtualMethods) {
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java
370
(classDef.options.
deodex
&& needsAnalyzed())) {
Completed in 1133 milliseconds