Searched refs:GetFilesystemSize (Results 1 – 5 of 5) sorted by relevance
44 if (utils::GetFilesystemSize(path, &block_count, &block_size) && in ValidateExists()
76 if (utils::GetFilesystemSize(part_path, &block_count, &block_size)) { in PerformAction()
207 bool GetFilesystemSize(const std::string& device,
209 EXPECT_TRUE(utils::GetFilesystemSize(img, &block_count, &block_size)); in TEST()
729 bool GetFilesystemSize(const string& device, in GetFilesystemSize() function