Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dutils.py35 def is_windows(): function
42 if is_windows():
112 if is_windows():
212 home = os.environ.get('HOMEPATH') if is_windows() else os.environ.get('HOME')
Dsimpleperf_report_lib.py26 from utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
268 if is_windows():
Dannotate.py29 from utils import Addr2Nearestline, extant_dir, flatten_arg_list, is_windows, SourceFileSearcher
405 elif is_windows() and ':\\' in from_path:
Dtest.py60 from utils import is_elf_file, is_python3, is_windows, Objdump, ReadElf, remove, SourceFileSearcher
72 INFERNO_SCRIPT = os.path.join(get_script_dir(), "inferno.bat" if is_windows() else "./inferno.sh")
499 if is_windows():
1226 if is_windows():