Home
last modified time | relevance | path

Searched refs:import_path (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Daidl.cpp533 string import_path = import_resolver.FindImportFile(import); in load_and_validate_aidl() local
534 if (import_path.empty()) { in load_and_validate_aidl()
543 import_paths.emplace_back(import_path); in load_and_validate_aidl()
546 Parser::Parse(import_path, io_delegate, types->typenames_); in load_and_validate_aidl()
548 cerr << "error while importing " << import_path << " for " << import << endl; in load_and_validate_aidl()
552 if (!types->AddDefinedTypes(import_parser->GetDefinedTypes(), import_path)) { in load_and_validate_aidl()