Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp805 std::stringstream mappings_str; in dump_mappings() local
807 mappings_str << mapping.first << "\n" << mapping.second << "\n"; in dump_mappings()
810 code_writer->Write("%s", mappings_str.str().c_str()); in dump_mappings()