Home
last modified time | relevance | path

Searched refs:strip_non_printable (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/cros/power/
Dpower_dashboard.py154 json_str = utils.strip_non_printable(json_str)
222 data_obj = {'data': utils.strip_non_printable(json_str)}
/external/autotest/client/bin/
Dutils.py2149 def strip_non_printable(s): function