Searched refs:apkDir (Results 1 – 3 of 3) sorted by relevance
94 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testReadAllBytes() local95 for (String apkName : new File(apkDir).list()) { in testReadAllBytes()96 final String apkPath = apkDir + "/" + apkName; in testReadAllBytes()
346 String apkDir = matcher.group(1); in getOdexFilePath() local348 String result = executeSuShellAdbCommand(1, "find", apkDir, "-name", "base.odex")[0]; in getOdexFilePath()
1151 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testLoadingApks() local1152 for (String apkName : new File(apkDir).list()) { in testLoadingApks()1153 final String apkPath = apkDir + "/" + apkName; in testLoadingApks()