Home
last modified time | relevance | path

Searched refs:GetFilesystemSize (Results 1 – 5 of 5) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_generation_config.cc44 if (utils::GetFilesystemSize(path, &block_count, &block_size) && in ValidateExists()
/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc76 if (utils::GetFilesystemSize(part_path, &block_count, &block_size)) { in PerformAction()
/system/update_engine/common/
Dutils.h207 bool GetFilesystemSize(const std::string& device,
Dutils_unittest.cc209 EXPECT_TRUE(utils::GetFilesystemSize(img, &block_count, &block_size)); in TEST()
Dutils.cc729 bool GetFilesystemSize(const string& device, in GetFilesystemSize() function