Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl.cpp474 vector<string>* imported_files) { in load_and_validate_aidl() argument
700 if (imported_files != nullptr) { in load_and_validate_aidl()
701 *imported_files = import_paths; in load_and_validate_aidl()
737 vector<string> imported_files; in compile_aidl() local
740 &defined_types, &imported_files); in compile_aidl()
758 if (!write_dep_file(options, *defined_type, imported_files, io_delegate, input_file, in compile_aidl()
792 vector<string> imported_files; in dump_mappings() local
795 input_file, options, io_delegate, &java_types, &defined_types, &imported_files); in dump_mappings()
Daidl.h61 vector<string>* imported_files);
Dgenerate_cpp_unittest.cpp1382 vector<string> imported_files; in ParseSingleInterface() local
1386 &imported_files); in ParseSingleInterface()
Daidl_unittest.cpp155 vector<string> imported_files; local
158 path, options, io_delegate_, types, &defined_types, &imported_files);