Searched refs:apkDir (Results 1 – 3 of 3) sorted by relevance
75 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in loadingApks() local76 for (String apkName : new File(apkDir).list()) { in loadingApks()77 final String apkPath = apkDir + "/" + apkName; in loadingApks()
105 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testReadAllBytes() local106 for (String apkName : new File(apkDir).list()) { in testReadAllBytes()107 final String apkPath = apkDir + "/" + apkName; in testReadAllBytes()
415 String apkDir = matcher.group(1); in getOdexFilePath() local417 String result = assertCommandOutputsLines(1, "find", apkDir, "-name", "base.odex")[0]; in getOdexFilePath()