Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/
Drun_tests.py197 self.aosp_product_path = _choice(args.aosp_product_path,
198 config.aosp_product_path)
249 self.aosp_product_path)
513 state.aosp_product_path,
Dconfig.py65 def aosp_product_path(self): member in Config
/frameworks/rs/tests/lldb/tests/harness/
Dutil_bundle.py65 def __init__(self, android, aosp_product_path): argument
68 self._aosp_product_path = aosp_product_path
/frameworks/rs/tests/lldb/tests/
Drun_test.py341 bundle = harness.UtilBundle(android, args.aosp_product_path)