Home
last modified time | relevance | path

Searched refs:GetUsedSpace (Results 1 – 4 of 4) sorted by relevance

/art/odrefresh/
Dodr_fs_utils_test.cc136 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()
Dodr_fs_utils.h42 WARN_UNUSED bool GetUsedSpace(const std::string& dir_path, uint64_t* bytes);
Dodr_metrics.cc98 if (!GetUsedSpace(path, &used_space_bytes)) { in GetFreeSpaceMiB()
Dodr_fs_utils.cc101 bool GetUsedSpace(const std::string& path, uint64_t* bytes) { in GetUsedSpace() function