Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A 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
/aosp12/frameworks/base/services/
H A Dart-profile33666 HPLcom/android/server/pm/dex/ArtStatsLogUtils;->findFileName(Landroid/util/jar/StrictJarFile;Ljava/…