Home
last modified time | relevance | path

Searched defs:correct_path (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Drunner_base.py88 def correct_path(root: Path, test_list: str) -> str: function
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py393 def correct_path(root: str | Path, test_list: str | Path) -> Path: function