Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/atest/
H A Dbazel_mode.py1929 modules_to_variant = _parse_cquery_output(output)
2143 def _parse_cquery_output(output: str) -> Dict[str, Set[str]]: function