Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py26 from utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
40 return str_to_bytes(s)
Dapp_profiler.py33 from utils import log_debug, log_info, log_exit, ReadElf, remove, set_log_level, str_to_bytes
161 s = str_to_bytes('%s=%s\n' % (build_id, self.host_build_id_map[build_id].name))
Dutils.py84 def str_to_bytes(str_value): function
514 (stdoutdata, _) = subproc.communicate(str_to_bytes(addr_request))
Dtest.py61 from utils import str_to_bytes
1419 fh.write(str_to_bytes('fake_build_id=binary_not_exist\n'))