Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py239 def parse_json_stream(data): function
255 for obj in parse_json_stream(repo.run_cmd(['show'] + git_objs + ['--'])):
/openbmc/openbmc/poky/scripts/
H A Doe-build-perf-report115 def parse_json_stream(data): function
140 data = parse_json_stream(repo.run_cmd(['show'] + git_objs + ['--']))