Searched refs:str_to_bytes (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | app_profiler_test.py | 20 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/ |
D | binary_cache_builder.py | 33 log_warning, ReadElf, set_log_level, str_to_bytes) 224 fh.write(str_to_bytes(line))
|
D | simpleperf_report_lib.py | 29 from simpleperf_utils import bytes_to_str, get_host_binary_path, is_windows, str_to_bytes 39 return str_to_bytes(s)
|
D | app_profiler.py | 34 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))
|
D | simpleperf_utils.py | 95 def str_to_bytes(str_value: str) -> bytes: function 630 (stdoutdata, _) = subproc.communicate(str_to_bytes(addr_request))
|