Searched refs:is_windows (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | utils.py | 35 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')
|
D | simpleperf_report_lib.py | 26 from utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes 268 if is_windows():
|
D | annotate.py | 29 from utils import Addr2Nearestline, extant_dir, flatten_arg_list, is_windows, SourceFileSearcher 405 elif is_windows() and ':\\' in from_path:
|
D | test.py | 60 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():
|