Searched refs:get_script_dir (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/services/Car/tools/cpu_perf/ |
D | cpu_perf.py | 27 from config import get_script_dir as get_script_dir unknown 45 default=get_script_dir() + '/pixel6.config', type=argparse.FileType('r'),
|
D | perfetto_cpu_analysis.py | 28 from config import get_script_dir as get_script_dir unknown 224 default=get_script_dir() + '/pixel6.config', type=argparse.FileType('r'),
|
D | config.py | 153 def get_script_dir(): function
|
/aosp_15_r20/external/angle/src/tests/restricted_traces/ |
H A D | retrace_restricted_traces.py | 51 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 D | simpleperf_utils.py | 40 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 D | app_profiler.py | 34 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 D | report_html.py | 33 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 D | test_utils.py | 32 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str
|