Searched refs:imported_files (Results 1 – 4 of 4) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp_unittest.cpp | 48 vector<string> imported_files; in ParseSingleInterface() local 51 options_.InputFiles().front(), options_, io_delegate_, &typenames_, &imported_files); in ParseSingleInterface()
|
D | aidl.h | 82 vector<string>* imported_files);
|
D | aidl.cpp | 444 vector<string>* imported_files) { in load_and_validate_aidl() argument 739 if (imported_files != nullptr) { in load_and_validate_aidl() 740 *imported_files = import_paths; in load_and_validate_aidl() 814 vector<string> imported_files; in compile_aidl() local 817 &typenames, &imported_files); in compile_aidl() 838 if (!write_dep_file(options, *defined_type, imported_files, io_delegate, input_file, in compile_aidl() 887 vector<string> imported_files; in dump_mappings() local 890 &typenames, &imported_files); in dump_mappings()
|
D | aidl_unittest.cpp | 119 vector<string> imported_files; local 122 path, options, io_delegate_, &typenames_, &imported_files);
|