Lines Matching defs:temp_dir
214 temp_dir = tempfile.mkdtemp(prefix="Xspice-")
215 cleanup_dirs.append(temp_dir)
217 args.config = temp_dir + "/xorg.conf"
221 logfile = temp_dir + "/xorg.log"
277 if not temp_dir:
278 temp_dir = tempfile.mkdtemp(prefix="Xspice-")
279 cleanup_dirs.append(temp_dir)
283 args.vdagent_udcs_path = temp_dir + "/vdagent.udcs"
285 args.vdagent_virtio_path = temp_dir + "/vdagent.virtio"
287 args.vdagent_uinput_path = temp_dir + "/vdagent.uinput"