Home
last modified time | relevance | path

Searched refs:findFileName (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DArtStatsLogUtils.java234 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