Searched refs:GetUsedSpace (Results 1 – 4 of 4) sorted by relevance
136 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath().c_str(), &bytes_used)); in TEST_F()141 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath().c_str(), &bytes_used)); in TEST_F()152 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath().c_str(), &bytes_used)); in TEST_F()161 ASSERT_TRUE(GetUsedSpace(bad_path, &bytes_used)); in TEST_F()
42 WARN_UNUSED bool GetUsedSpace(const std::string& dir_path, uint64_t* bytes);
98 if (!GetUsedSpace(path, &used_space_bytes)) { in GetFreeSpaceMiB()
101 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace() function