HomeSort by relevance Sort by last modified time
    Searched refs:AmountOfFreeDiskSpace (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/
sys_info.h 51 static int64_t AmountOfFreeDiskSpace(const FilePath& path);
sys_info_unittest.cc 32 TEST_F(SysInfoTest, AmountOfFreeDiskSpace) {
36 EXPECT_GE(base::SysInfo::AmountOfFreeDiskSpace(tmp_path), 0)
sys_info_posix.cc 106 int64_t SysInfo::AmountOfFreeDiskSpace(const FilePath& path) {

Completed in 87 milliseconds