Home
last modified time | relevance | path

Searched refs:GetBlockDeviceInfo (Results 1 – 6 of 6) sorted by relevance

/system/core/fs_mgr/liblp/
Dpartition_opener.cpp65 bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device_info) { in GetBlockDeviceInfo() function
118 return GetBlockDeviceInfo(path, info); in GetInfo()
Dbuilder_test.cpp455 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
465 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
472 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
478 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
483 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
488 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
Dbuilder.cpp1017 bool MetadataBuilder::GetBlockDeviceInfo(const std::string& partition_name, in GetBlockDeviceInfo() function in android::fs_mgr::MetadataBuilder
/system/core/fs_mgr/liblp/include/liblp/
Dbuilder.h350 bool GetBlockDeviceInfo(const std::string& partition_name, BlockDeviceInfo* info) const;
429 bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device_info);
/system/extras/partition_tools/
Dlpdump.cc166 if (!builder->GetBlockDeviceInfo(name, &info)) { in MergeMetadata()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1050 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()