Home
last modified time | relevance | path

Searched refs:json_file_path (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/scripts/coverage/
H A Dcompare_gcov_json.py39 def load_json(json_file_path: Path, verbose = False) -> dict[str, set[int]]:
41 with open(json_file_path) as f:
44 root_dir = json_file_path.absolute().parent
/openbmc/openbmc/poky/scripts/
H A Dsend-error-report55 def edit_content(json_file_path): argument
60 subprocess.check_call([editor, json_file_path])
/openbmc/openbmc-test-automation/lib/
H A Dos_utilities.robot545 [Arguments] ${json_file_path}
547 # json_file_path Where the inventory file is written to.
553 Run python -m json.tool ${json_tmp_file_path} > ${json_file_path}
554 OperatingSystem.File Should Exist ${json_file_path}
555 ... msg=File ${json_file_path} does not exist.