Searched refs:imported_file (Results 1 – 1 of 1) sorted by relevance
560 for (const auto& imported_file : options.ImportFiles()) { in load_and_validate_aidl() local561 import_paths.emplace_back(imported_file); in load_and_validate_aidl()564 Parser::Parse(imported_file, io_delegate, types->typenames_); in load_and_validate_aidl()566 AIDL_ERROR(imported_file) << "error while importing " << imported_file; in load_and_validate_aidl()570 if (!types->AddDefinedTypes(import_parser->GetDefinedTypes(), imported_file)) { in load_and_validate_aidl()