Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/tests/scripts/
H A Dprocess_systrace.py7 script_dir = os.path.dirname(os.path.abspath(sys.argv[0])) variable
8 catapult_src_dir = os.path.join(script_dir, 'catapult-upstream')
23 p = subprocess.Popen(git_args, stdout=subprocess.PIPE, cwd=script_dir)
29 mapper_func_file = os.path.join(script_dir, 'systrace_parser.html')
/aosp12/frameworks/rs/tests/lldb/tests/testcases/
H A Dtest_source_step.py37 def script_dir(self): member in TestSourceStep
69 self.set_src_map('scalars.rs', self.script_dir())
/aosp12/system/update_engine/scripts/
H A Dota_stress_test.py69 script_dir = Path(__file__).parent.absolute()
70 update_device_script = script_dir / "update_device.py"
/aosp12/system/extras/simpleperf/scripts/test/
H A Ddo_test.py140 script_dir = script_test_dir.parent
145 script_dir.parent / 'testdata',
146 script_dir.parent / 'demo',
147 script_dir.parent / 'runtest',
H A Dtest_utils.py49 cls.script_dir = Path(__file__).resolve().parents[1]
90 return str(cls.script_dir / script_name)
/aosp12/system/chre/chpp/api_parser/
H A Dchre_api_to_chpp.py51 script_dir = os.path.dirname(os.path.realpath(__file__))
53 chre_project_base_dir = os.path.normpath(script_dir + "/../..")