Searched refs:codePath (Results 1 – 3 of 3) sorted by relevance
149 private static String getDexMetadataFromApk(String codePath) { in getDexMetadataFromApk() argument150 return codePath.substring(0, codePath.length() - sApkFileExtension.length()) in getDexMetadataFromApk()161 for (String codePath : codePaths) { in buildPackageApkToDexMetadataMap()162 String dexMetadataPath = getDexMetadataFromApk(codePath); in buildPackageApkToDexMetadataMap()165 result.put(codePath, dexMetadataPath); in buildPackageApkToDexMetadataMap()
104 final String codePath = appInfo.sourceDir; in testReadAllBytes() local105 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testReadAllBytes()
1150 final String codePath = appInfo.sourceDir; in testLoadingApks() local1151 final String apkDir = codePath.substring(0, codePath.lastIndexOf('/')); in testLoadingApks()