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

/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A Dbaksmali.java60 public static void disassembleDexFile(String dexFilePath, DexFile dexFile, boolean deodex, String outputDirectory, argument
91 if (extraBootClassPathArray == null && isExtJar(dexFilePath)) {
94 ClassPath.InitializeClassPathFromOdex(classPathDirs, extraBootClassPathArray, dexFilePath, dexFile,
102 dexFilePath, dexFile, checkPackagePrivateAccess);
211 private static boolean isExtJar(String dexFilePath) { argument
212 Matcher m = extJarPattern.matcher(dexFilePath);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DClassPath.java69 * @param dexFilePath The path of the dex file (used for error reporting purposes only)
73 String dexFilePath, DexFile dexFile,
111 theClassPath.initClassPath(classPathDirs, bootClassPath, extraBootClassPathEntries, dexFilePath, dexFile,
119 * @param dexFilePath The path of the dex file (used for error reporting purposes only)
124 String[] extraBootClassPathEntries, String dexFilePath, DexFile dexFile,
131 theClassPath.initClassPath(classPathDirs, bootClassPath, extraBootClassPathEntries, dexFilePath, dexFile,
140 String dexFilePath, DexFile dexFile, boolean checkPackagePrivateAccess) {
157 loadDexFile(dexFilePath, dexFile);
221 private void loadDexFile(String dexFilePath, DexFile dexFile) { argument
224 UnresolvedClassInfo unresolvedClassInfo = new UnresolvedClassInfo(dexFilePath, classDefIte
72 InitializeClassPathFromOdex(String[] classPathDirs, String[] extraBootClassPathEntries, String dexFilePath, DexFile dexFile, boolean checkPackagePrivateAccess) argument
123 InitializeClassPath(String[] classPathDirs, String[] bootClassPath, String[] extraBootClassPathEntries, String dexFilePath, DexFile dexFile, boolean checkPackagePrivateAccess) argument
139 initClassPath(String[] classPathDirs, String[] bootClassPath, String[] extraBootClassPathEntries, String dexFilePath, DexFile dexFile, boolean checkPackagePrivateAccess) argument
1233 public final String dexFilePath; field in class:ClassPath.UnresolvedClassInfo
1244 UnresolvedClassInfo(String dexFilePath, ClassDefItem classDefItem) argument
[all...]

Completed in 187 milliseconds