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