Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Djava_app_test.py23 from simpleperf_utils import is_windows, remove
56 if is_windows():
Dtools_test.py22 SourceFileSearcher, is_windows, remove)
127 if is_windows():
Dtest_utils.py31 from simpleperf_utils import remove, get_script_dir, AdbHelper, is_windows, bytes_to_str
33 INFERNO_SCRIPT = str(Path(__file__).parents[1] / ('inferno.bat' if is_windows() else 'inferno.sh'))
/system/extras/simpleperf/scripts/
Dsimpleperf_utils.py39 def is_windows() -> bool: function
48 if is_windows():
125 if is_windows():
203 if is_windows():
Dsimpleperf_report_lib.py29 from simpleperf_utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
282 if is_windows():
Dannotate.py29 Addr2Nearestline, BinaryFinder, extant_dir, flatten_arg_list, is_windows, log_exit, log_info,
393 elif is_windows() and ':\\' in from_path: