Home
last modified time | relevance | path

Searched refs:AmountOfFreeDiskSpace (Results 1 – 6 of 6) sorted by relevance

/external/chromium/base/
Dsys_info_unittest.cc23 TEST_F(SysInfoTest, AmountOfFreeDiskSpace) { in TEST_F() argument
27 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) in TEST_F()
Dsys_info.h33 static int64 AmountOfFreeDiskSpace(const FilePath& path);
Dsys_info_posix.cc43 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { in AmountOfFreeDiskSpace() function in base::SysInfo
Dsys_info_win.cc38 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { in AmountOfFreeDiskSpace() function in base::SysInfo
/external/chromium/chrome/browser/diagnostics/
Drecon_diagnostics.cc295 int64 disk_space = base::SysInfo::AmountOfFreeDiskSpace(data_dir); in ExecuteImpl()
/external/chromium/net/disk_cache/
Dbackend_impl.cc1425 int64 available = base::SysInfo::AmountOfFreeDiskSpace(path_); in AdjustMaxCacheSize()