Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/
H A Dpartition_opener.cpp65 bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device_info) { in GetBlockDeviceInfo() function
118 return GetBlockDeviceInfo(path, info); in GetInfo()
H A Dbuilder_test.cpp457 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
467 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
474 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
480 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
485 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
490 ASSERT_TRUE(builder->GetBlockDeviceInfo("super", &new_info)); in TEST_F()
H A Dbuilder.cpp1017 bool MetadataBuilder::GetBlockDeviceInfo(const std::string& partition_name, in GetBlockDeviceInfo() function in android::fs_mgr::MetadataBuilder
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h350 bool GetBlockDeviceInfo(const std::string& partition_name, BlockDeviceInfo* info) const;
429 bool GetBlockDeviceInfo(const std::string& block_device, BlockDeviceInfo* device_info);
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1021 if (builder->GetBlockDeviceInfo(fs_mgr_get_super_partition_name(slot_number), &info)) { in CreateDynamicScratch()