Home
last modified time | relevance | path

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

/aosp_15_r20/cts/hostsidetests/compilation/src/android/compilation/cts/
H A DUtils.java220 assertThat(dump).containsMatch(dexFileToPattern(dexFile)); in dumpContainsDexFile()
224 assertThat(dump).doesNotContainMatch(dexFileToPattern(dexFile)); in dumpDoesNotContainDexFile()
320 private static Pattern dexFileToPattern(String dexFile) { in dexFileToPattern() method in Utils