Searched refs:bytes_to_str (Results 1 – 6 of 6) 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 44 return bytes_to_str(char_pt) 109 while length < self.elem_count and bytes_to_str(data[self.offset + length]) != '\x00': 111 return bytes_to_str(data[self.offset : self.offset + length]) 373 c = bytes_to_str(char_p[j]) 392 c = bytes_to_str(char_p[i]) 414 c = bytes_to_str(data[i])
|
D | utils.py | 91 def bytes_to_str(bytes_value): function 255 stdout_data = bytes_to_str(stdout_data) 256 stderr_data = bytes_to_str(stderr_data) 515 stdoutdata = bytes_to_str(stdoutdata) 715 stdoutdata = bytes_to_str(stdoutdata) 745 output = bytes_to_str(output) 763 output = bytes_to_str(output) 789 output = bytes_to_str(output)
|
D | app_profiler.py | 32 from utils import AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path 139 line = bytes_to_str(line).strip()
|
D | debug_unwind_reporter.py | 47 from utils import bytes_to_str, log_exit, log_fatal, get_host_binary_path 383 stdoutdata = bytes_to_str(stdoutdata)
|
D | report.py | 305 stdoutdata = bytes_to_str(stdoutdata)
|
D | test.py | 59 from utils import AdbHelper, Addr2Nearestline, bytes_to_str, find_tool_path, get_script_dir 131 output = bytes_to_str(output) 236 output_data = bytes_to_str(stdout_data) 1413 self.assertEqual(bytes_to_str(fh.read()),
|