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