Searched refs:str_to_bytes (Results 1 – 4 of 4) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | simpleperf_report_lib.py | 26 from utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes 40 return str_to_bytes(s)
|
D | app_profiler.py | 33 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))
|
D | utils.py | 84 def str_to_bytes(str_value): function 514 (stdoutdata, _) = subproc.communicate(str_to_bytes(addr_request))
|
D | test.py | 61 from utils import str_to_bytes 1419 fh.write(str_to_bytes('fake_build_id=binary_not_exist\n'))
|