Home | History | Annotate | Download | only in qemu

Lines Matching refs:tmpdir

107     const char *tmpdir;
116 tmpdir = getenv("QEMU_TMPDIR");
117 if (!tmpdir)
119 tmpdir = "/tmp";
120 if (statvfs(tmpdir, &stfs) == 0) {
122 tmpdir = "/dev/shm";
123 if (statfs(tmpdir, &stfs) == 0) {
133 tmpdir, ram_mb);
134 if (strcmp(tmpdir, "/dev/shm") == 0) {
149 tmpdir);
156 tmpdir);