Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/repr/protobuf/
Dir_diff_dumper.cpp380 std::ofstream text_output(dump_path_); in Dump() local
382 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump()
387 return text_output.flush().good(); in Dump()
Dir_dumper.cpp549 std::ofstream text_output(dump_path_); in Dump() local
551 google::protobuf::io::OstreamOutputStream text_os(&text_output); in Dump()
556 return text_output.flush().good(); in Dump()