Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/test/
H A Dtest_utils.py88 def script_path(cls, script_name: str) -> str: member in TestHelper
/aosp12/art/tools/bisection_search/
H A Dbisection_search.py220 def __init__(self, script_path, expected_output_path, logfile): argument