Searched refs:json_str (Results 1 – 4 of 4) sorted by relevance
246 string json_str; in DumpContext() local248 value, base::JSONWriter::OPTIONS_PRETTY_PRINT, &json_str); in DumpContext()249 base::TrimWhitespaceASCII(json_str, base::TRIM_TRAILING, &json_str); in DumpContext()251 return json_str; in DumpContext()
55 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson() argument67 return base::JSONWriter::Write(properties, json_str); in GetPropertiesAsJson()
37 bool GetPropertiesAsJson(std::string* json_str);
292 json_str = subprocess.check_output(" ".join(cmd), shell=True)293 return json.loads(json_str)