Home
last modified time | relevance | path

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

/art/tools/
DPresubmitJsonLinter.java135 readStrings(reader, names); in readExpectation()
138 readStrings(reader, tags); in readExpectation()
168 private static void readStrings(JsonReader reader, Set<String> output) throws IOException { in readStrings() method in PresubmitJsonLinter