Home
last modified time | relevance | path

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

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