Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.cc246 std::string ref_string = HiddenApi::GetApiMethodName(ref); in DumpReferences() local
247 if (!counts.count(ref_string)) { in DumpReferences()
248 counts[ref_string] = 0; in DumpReferences()
250 counts[ref_string]++; in DumpReferences()