Searched refs:DictionaryReader (Results 1 – 2 of 2) sorted by relevance
14 public class DictionaryReader implements AutoCloseable { class18 public DictionaryReader(Path path) throws IOException { in DictionaryReader() method in DictionaryReader58 try (DictionaryReader reader = new DictionaryReader(path);) { in readAllNames()
7 import com.android.tools.r8.naming.DictionaryReader;146 DictionaryReader.readAllNames(obfuscationDictionary), in build()147 DictionaryReader.readAllNames(classObfuscationDictionary), in build()148 DictionaryReader.readAllNames(packageObfuscationDictionary)); in build()