Home
last modified time | relevance | path

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

/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-units.py18 def extract_build_units(cc_path): argument
26 j = json.load(open(cc_path, 'r'))
65 if path.isfile(args.cc_path) and access(args.cc_path, R_OK):
66 units = extract_build_units(args.cc_path)