Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.cc230 std::string ref_string = HiddenApi::GetApiMethodName(ref); in DumpReferences() local
231 if (!counts.count(ref_string)) { in DumpReferences()
232 counts[ref_string] = 0; in DumpReferences()
234 counts[ref_string]++; in DumpReferences()