Searched refs:AmountOfFreeDiskSpace (Results 1 – 6 of 6) sorted by relevance
23 TEST_F(SysInfoTest, AmountOfFreeDiskSpace) { in TEST_F() argument27 EXPECT_GT(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) in TEST_F()
33 static int64 AmountOfFreeDiskSpace(const FilePath& path);
43 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { in AmountOfFreeDiskSpace() function in base::SysInfo
38 int64 SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { in AmountOfFreeDiskSpace() function in base::SysInfo
295 int64 disk_space = base::SysInfo::AmountOfFreeDiskSpace(data_dir); in ExecuteImpl()
1425 int64 available = base::SysInfo::AmountOfFreeDiskSpace(path_); in AdjustMaxCacheSize()