Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Dimport_resolver.cpp40 const set<string>& import_paths, const vector<string>& input_files) in ImportResolver() argument
42 for (string path : import_paths) { in ImportResolver()
H A Dimport_resolver.h31 const std::set<std::string>& import_paths,
H A Daidl.cpp500 vector<string> import_paths; in load_and_validate_aidl() local
525 import_paths.emplace_back(import_path); in load_and_validate_aidl()
539 import_paths.emplace_back(imported_file); in load_and_validate_aidl()
564 import_paths.push_back(import_path); in load_and_validate_aidl()
777 *imported_files = import_paths; in load_and_validate_aidl()