Home
last modified time | relevance | path

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

/system/core/fs_mgr/liblp/
Dpartition_opener.cpp61 bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device_info) { in GetBlockDeviceInfo() function
114 return GetBlockDeviceInfo(path, info); in GetInfo()
Dbuilder_test.cpp460 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
470 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
477 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()
493 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
Dbuilder.cpp1022 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.cpp991 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()