Searched refs:findFileName (Results 1 – 1 of 1) sorted by relevance
234 boolean hasProfile = findFileName(jarFile, PROFILE_DEX_METADATA); in getDexMetadataType()235 boolean hasVdex = findFileName(jarFile, VDEX_DEX_METADATA); in getDexMetadataType()262 private static boolean findFileName(StrictJarFile jarFile, String filename) throws IOException { in findFileName() method in ArtStatsLogUtils