Home
last modified time | relevance | path

Searched defs:exported_headers (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dsource_path_utils.cpp137 std::set<std::string> *exported_headers, in CollectExportedHeaderSet()
191 std::set<std::string> exported_headers; in CollectAllExportedHeaders() local
/aosp_15_r20/external/executorch/build/
H A Dprint_exported_headers.py41 def exported_headers(buck2: str, target: str) -> Set[str]: function
/aosp_15_r20/development/vndk/tools/header-checker/src/dumper/
H A Dheader_checker.h41 std::set<std::string> exported_headers, in HeaderCheckerOptions()
H A Dheader_checker.cpp177 std::set<std::string> exported_headers = in main() local
H A Dast_processing.cpp184 const auto &exported_headers = options_.exported_headers_; in TraverseDecl() local
/aosp_15_r20/development/vndk/tools/header-checker/src/linker/
H A Dheader_abi_linker.cpp232 const std::set<std::string> *exported_headers, in DeDuplicateAbiElementsThread()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/
H A Dir_representation.h872 : exported_headers_(exported_headers), availability_(availability) {} in exported_headers_() argument