Searched refs:build_path (Results 1 – 4 of 4) sorted by relevance
42 def build_path(s): function45 ccjson_path = build_path(sys.argv[1])
50 qemu_path = basevm.get_qemu_path(vmcls.arch, args.build_path)
98 self._build_path = args.build_path517 def get_qemu_path(arch, build_path=None): argument522 elif build_path:523 qemu_path = os.path.join(build_path, arch + "-softmmu")
194 binman -I <build_path>196 where <build_path> is the build directory containing the output of the U-Boot