Searched refs:GetUsedSpace (Results 1 – 4 of 4) sorted by relevance
139 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath(), &bytes_used)); in TEST_F()144 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath(), &bytes_used)); in TEST_F()155 ASSERT_TRUE(GetUsedSpace(scratch_dir.GetPath(), &bytes_used)); in TEST_F()164 ASSERT_TRUE(GetUsedSpace(bad_path, &bytes_used)); in TEST_F()
42 WARN_UNUSED bool GetUsedSpace(const std::string& dir_path, uint64_t* bytes);
109 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace() function
118 if (!GetUsedSpace(path, &used_space_bytes)) { in GetFreeSpaceMiB()