Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.h51 bool dump_mappings(const Options& options, const IoDelegate& io_delegate);
Daidl.cpp812 bool dump_mappings(const Options& options, const IoDelegate& io_delegate) { in dump_mappings() function
901 ret = android::aidl::dump_mappings(options, io_delegate) ? 0 : 1; in aidl_entry()