Home
last modified time | relevance | path

Searched refs:bytes_to_str (Results 1 – 6 of 6) 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
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])
Dutils.py91 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)
Dapp_profiler.py32 from utils import AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path
139 line = bytes_to_str(line).strip()
Ddebug_unwind_reporter.py47 from utils import bytes_to_str, log_exit, log_fatal, get_host_binary_path
383 stdoutdata = bytes_to_str(stdoutdata)
Dreport.py305 stdoutdata = bytes_to_str(stdoutdata)
Dtest.py59 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()),