Searched refs:temp_dir (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/scripts/
H A DXspice214 temp_dir = tempfile.mkdtemp(prefix="Xspice-") variable
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-") variable
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
[all...]
/xsrc/external/mit/xmh/dist/
H A Dglobals.h47 char *temp_dir; /* Directory for temporary files. */ member in struct:_resources
H A Dinit.c65 Offset(temp_dir), XtRString, "/tmp"},
H A Dutil.c110 snprintf(name, sizeof(name), "%s/xmh_%ld_%d", app_resources.temp_dir,
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
H A Dgtest-port.cc1062 const char* temp_dir = posix::GetEnv("TEMP");
1063 if (temp_dir == NULL || temp_dir[0] == '\0')
1065 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
1066 return temp_dir;
1068 return std::string(temp_dir) + "\\";
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
H A Dgtest.cc6144 const char* temp_dir = internal::posix::GetEnv("TEMP"); local in function:testing::TempDir
6145 if (temp_dir == nullptr || temp_dir[0] == '\0')
6147 else if (temp_dir[strlen(temp_dir) - 1] == '\\')
6148 return temp_dir;
6150 return std::string(temp_dir) + "\\";

Completed in 14 milliseconds