Home
last modified time | relevance | path

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

/tools/asuite/atest/
Dbazel_mode.py1259 c for c in configs if _is_relative_to(f, c.out_path)]
1292 def _is_relative_to(path1: Path, path2: Path) -> bool: function