Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/json/
Dir_dumper.cpp371 static std::string DumpJson(const JsonObject &obj) { in DumpJson() function
404 std::string output_string = DumpJson(translation_unit_); in Dump()