Home
last modified time | relevance | path

Searched refs:statfs_free_enough_p (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx1104 bool statfs_free_enough_p(const string& path, const string& label, long minfree = 0) in statfs_free_enough_p() function
1205 if (statfs_free_enough_p(tmpdir, "tmpdir", fdcache_mintmp)) in intern()
1234 if (statfs_free_enough_p(tmpdir, "tmpdir", fdcache_mintmp)) in lookup()
2871 (void) statfs_free_enough_p(db_path, "database"); // report sqlite filesystem size in thread_main_scanner()
2872 (void) statfs_free_enough_p(tmpdir, "tmpdir"); // this too, in case of fdcache/tmpfile usage in thread_main_scanner()
3151 (void) statfs_free_enough_p(db_path, "database"); // report sqlite filesystem size in groom()
DChangeLog7 (statfs_free_enough_p): New function.