Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/suites/
Dtest_lists.py34 from runner.utils import correct_path, detect_architecture, detect_operating_system
55 self.operating_system = detect_operating_system()
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/
Dutils.py419 def detect_operating_system() -> OSKind: function