Home | History | Annotate | Download | only in qemu

Lines Matching refs:tmpdir

96     const char *tmpdir;
105 tmpdir = getenv("QEMU_TMPDIR");
106 if (!tmpdir)
108 tmpdir = "/tmp";
109 if (statvfs(tmpdir, &stfs) == 0) {
111 tmpdir = "/dev/shm";
112 if (statfs(tmpdir, &stfs) == 0) {
122 tmpdir, ram_mb);
123 if (strcmp(tmpdir, "/dev/shm") == 0) {
138 tmpdir);
145 tmpdir);