Home
last modified time | relevance | path

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

/external/libchrome/base/
Dsys_info_unittest.cc73 #define MAYBE_AmountOfFreeDiskSpace AmountOfFreeDiskSpace
79 EXPECT_GE(SysInfo::AmountOfFreeDiskSpace(tmp_path), 0) << tmp_path.value(); in TEST_F()
Dsys_info.h61 static int64_t AmountOfFreeDiskSpace(const FilePath& path);
Dsys_info_posix.cc153 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) { in AmountOfFreeDiskSpace() function in base::SysInfo