Searched refs:json_str (Results 1 – 2 of 2) sorted by relevance
244 string json_str; in DumpContext() local246 value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json_str); in DumpContext()247 base::TrimWhitespaceASCII(json_str, base::TRIM_TRAILING, &json_str); in DumpContext()249 return json_str; in DumpContext()
294 json_str = subprocess.check_output(" ".join(cmd), shell=True)295 return json.loads(json_str)