Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DDexFileFactory.java325 private static boolean fullEntryMatch(@Nonnull String entry, @Nonnull String targetEntry) { in fullEntryMatch() method in DexFileFactory
398 if (fullEntryMatch(entry, targetEntry)) { in findEntry()