Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dapp_profiler_test.py20 from simpleperf_utils import str_to_bytes, bytes_to_str, remove
112 fh.write(str_to_bytes('fake_build_id=binary_not_exist\n'))
/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py33 log_warning, ReadElf, set_log_level, str_to_bytes)
224 fh.write(str_to_bytes(line))
Dsimpleperf_report_lib.py29 from simpleperf_utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes
39 return str_to_bytes(s)
Dapp_profiler.py34 log_info, log_exit, ReadElf, remove, set_log_level, str_to_bytes)
165 s = str_to_bytes('%s=%s\n' % (build_id, self.host_build_id_map[build_id].name))
Dsimpleperf_utils.py95 def str_to_bytes(str_value: str) -> bytes: function
630 (stdoutdata, _) = subproc.communicate(str_to_bytes(addr_request))