OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_dir
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice
214
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
+ "/vdagent.uinput
[
all
...]
/xsrc/external/mit/xmh/dist/
globals.h
47
char *
temp_dir
; /* Directory for temporary files. */
member in struct:_resources
init.c
65
Offset(
temp_dir
), XtRString, "/tmp"},
util.c
110
snprintf(name, sizeof(name), "%s/xmh_%ld_%d", app_resources.
temp_dir
,
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-port.cc
1062
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/
gtest.cc
6144
const char*
temp_dir
= internal::posix::GetEnv("TEMP");
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 22 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026