Searched refs:import_path (Results 1 – 1 of 1) sorted by relevance
433 string import_path = import_resolver.FindImportFile(import); in load_and_validate_aidl() local434 if (import_path.empty()) { in load_and_validate_aidl()440 import_paths.emplace_back(import_path); in load_and_validate_aidl()442 auto imported_doc = Parser::Parse(import_path, io_delegate, *typenames); in load_and_validate_aidl()444 AIDL_ERROR(import_path) << "error while importing " << import_path << " for " << import; in load_and_validate_aidl()458 const string import_path = import_resolver.FindImportFile(scope->ResolveName(type->GetName())); in load_and_validate_aidl() local459 if (import_path.empty()) { in load_and_validate_aidl()462 import_paths.push_back(import_path); in load_and_validate_aidl()463 auto imported_doc = Parser::Parse(import_path, io_delegate, *typenames); in load_and_validate_aidl()465 AIDL_ERROR(import_path) << "error while importing " << import_path << " for " << import_path; in load_and_validate_aidl()