Home
last modified time | relevance | path

Searched refs:get_script_dir (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/services/Car/tools/cpu_perf/
Dcpu_perf.py27 from config import get_script_dir as get_script_dir unknown
45 default=get_script_dir() + '/pixel6.config', type=argparse.FileType('r'),
Dperfetto_cpu_analysis.py28 from config import get_script_dir as get_script_dir unknown
224 default=get_script_dir() + '/pixel6.config', type=argparse.FileType('r'),
Dconfig.py153 def get_script_dir(): function
/aosp_15_r20/external/angle/src/tests/restricted_traces/
H A Dretrace_restricted_traces.py51 return os.path.join(get_script_dir(), trace, f'{trace}.json')
65 def get_script_dir(): function
76 return os.path.join(get_script_dir(), trace)
650 with open(os.path.join(get_script_dir(), DEFAULT_TEST_JSON)) as f:
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_utils.py40 def get_script_dir() -> str: function
75 arch_dir = os.path.join(get_script_dir(), "bin", "android", arch)
85 dirname = os.path.join(get_script_dir(), 'bin')
160 ndk_path = os.path.dirname(os.path.abspath(get_script_dir()))
224 if toolname.startswith('llvm-') and platform == 'linux' and get_script_dir().endswith(
227 Path(get_script_dir()).parents[3] / 'prebuilts' / 'clang' / 'host' / 'linux-x86' /
H A Dapp_profiler.py34 AdbHelper, BaseArgumentParser, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path,
283 os.path.join(get_script_dir(), 'binary_cache_builder.py')]
H A Dreport_html.py33 Addr2Nearestline, AddrRange, BaseArgumentParser, BinaryFinder, Disassembly, get_script_dir,
66 file_path = os.path.join(get_script_dir(), file_path)
/aosp_15_r20/system/extras/simpleperf/scripts/test/
H A Dtest_utils.py32 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str