Searched refs:import_path (Results 1 – 1 of 1) sorted by relevance
485 string import_path = import_resolver.FindImportFile(import); in load_and_validate_aidl() local486 if (import_path.empty()) { in load_and_validate_aidl()491 import_paths.emplace_back(import_path); in load_and_validate_aidl()493 auto imported_doc = Parser::Parse(import_path, io_delegate, *typenames); in load_and_validate_aidl()495 AIDL_ERROR(import_path) << "error while importing " << import_path << " for " << import; in load_and_validate_aidl()509 const string import_path = import_resolver.FindImportFile(scope->ResolveName(type->GetName())); in load_and_validate_aidl() local510 if (import_path.empty()) { in load_and_validate_aidl()513 import_paths.push_back(import_path); in load_and_validate_aidl()514 auto imported_doc = Parser::Parse(import_path, io_delegate, *typenames); in load_and_validate_aidl()516 AIDL_ERROR(import_path) << "error while importing " << import_path << " for " << import_path; in load_and_validate_aidl()