Lines Matching refs:tmpdir
376 { "fdcache-mintmp", ARGP_KEY_FDCACHE_MINTMP, "NUM", 0, "Minimum free space% on tmpdir.", 0 },
439 static string tmpdir;
1354 if (statfs_free_enough_p(tmpdir, "tmpdir", fdcache_mintmp))
1357 obatched(clog) << "fdcache emergency flush for filling tmpdir" << endl;
1397 if (statfs_free_enough_p(tmpdir, "tmpdir", fdcache_mintmp))
1400 obatched(clog) << "fdcache emergency flush for filling tmpdir" << endl;
1612 rc = asprintf (&tmppath, "%s/debuginfod.XXXXXX", tmpdir.c_str());
1920 rc = asprintf (&tmppath, "%s/debuginfod.XXXXXX", tmpdir.c_str());
3279 rc = asprintf (&tmppath, "%s/debuginfod.XXXXXX", tmpdir.c_str());
3607 (void) statfs_free_enough_p(tmpdir, "tmpdir"); // this too, in case of fdcache/tmpfile usage
4098 tmpdir = string(getenv("TMPDIR") ?: "/tmp");
4111 rc = statfs(tmpdir.c_str(), &sfs);
4321 obatched(clog) << "fdcache tmpdir " << tmpdir << endl;
4322 obatched(clog) << "fdcache tmpdir min% " << fdcache_mintmp << endl;