Home
last modified time | relevance | path

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

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