Searched refs:imported_files (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | aidl.cpp | 474 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()
|
D | aidl.h | 61 vector<string>* imported_files);
|
D | generate_cpp_unittest.cpp | 1382 vector<string> imported_files; in ParseSingleInterface() local 1386 &imported_files); in ParseSingleInterface()
|
D | aidl_unittest.cpp | 155 vector<string> imported_files; local 158 path, options, io_delegate_, types, &defined_types, &imported_files);
|