Home
last modified time | relevance | path

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

/openbmc/qemu/scripts/
H A Dcheck_sparse.py42 def build_path(s): function
45 ccjson_path = build_path(sys.argv[1])
/openbmc/qemu/tests/vm/
H A Daarch64vm.py50 qemu_path = basevm.get_qemu_path(vmcls.arch, args.build_path)
H A Dbasevm.py98 self._build_path = args.build_path
517 def get_qemu_path(arch, build_path=None): argument
522 elif build_path:
523 qemu_path = os.path.join(build_path, arch + "-softmmu")
/openbmc/u-boot/tools/binman/
H A DREADME194 binman -I <build_path>
196 where <build_path> is the build directory containing the output of the U-Boot