Searched refs:dexEntry (Results 1 – 3 of 3) sorted by relevance
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | DexFileFactory.java | 58 …public static DexBackedDexFile loadDexFile(File dexFile, String dexEntry, int api) throws IOExcept… in loadDexFile() argument 59 return loadDexFile(dexFile, dexEntry, new Opcodes(api)); in loadDexFile() 63 …public static DexBackedDexFile loadDexFile(File dexFile, String dexEntry, @Nonnull Opcodes opcodes… in loadDexFile() argument 71 ZipEntry zipEntry = zipFile.getEntry(dexEntry); in loadDexFile() 78 … "The " + dexEntry + " file in %s is too small to be a valid dex file", dexFile.getName()); in loadDexFile() 80 …throw new ExceptionWithContext("The " + dexEntry + " file in %s is too large to read in", dexFile.… in loadDexFile()
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | baksmaliOptions.java | 57 public String dexEntry = "classes.dex"; field in baksmaliOptions
|
D | main.java | 212 options.dexEntry = commandLine.getOptionValue("e"); in main() 256 …DexBackedDexFile dexFile = DexFileFactory.loadDexFile(dexFileFile, options.dexEntry, options.apiLe… in main()
|