Lines Matching full:path
15 def signcode(path): argument
19 subprocess.run([cmd, path])
33 dll = os.path.join(search_path, dep)
34 if not os.path.exists(dll):
55 # canonicalize the Windows native prefix path
56 prefix = os.path.splitdrive(args.prefix)[1]
61 os.path.join(destdir + prefix, "system-emulations.nsh"), "w"
63 os.path.join(destdir + prefix, "system-mui-text.nsh"), "w"
66 os.path.join(destdir + prefix, "qemu-system-*.exe")
68 exe = os.path.basename(exe)
92 dlldir = os.path.join(destdir + prefix, "dll")
96 for exe in glob.glob(os.path.join(destdir + prefix, "*.exe")):
106 dllfile = os.path.join(dlldir, os.path.basename(dep))