Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 12 of 12) sorted by relevance

/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dpartition_opener.h64 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const = 0;
78 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override;
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp57 bool TestPartitionOpener::GetInfo(const std::string& partition_name, in GetInfo() function in android::snapshot::TestPartitionOpener
60 return PartitionOpener::GetInfo(partition_name, info); in GetInfo()
63 if (PartitionOpener::GetInfo(fake_super_path_, info)) { in GetInfo()
/aosp14/system/core/fs_mgr/liblp/
H A Dtest_partition_opener.h34 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override;
H A Dtest_partition_opener.cpp40 bool TestPartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::TestPartitionOpener
H A Ddevice_test.cpp48 ASSERT_TRUE(opener.GetInfo(fs_mgr_get_super_partition_name(), &device_info)); in TEST_F()
H A Dpartition_opener.cpp116 bool PartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::PartitionOpener
H A Dwriter.cpp137 if (!opener.GetInfo(partition_name, &info)) {
H A Dbuilder.cpp209 if (opener->GetInfo(partition_name, &device_info)) { in New()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp63 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override { in GetInfo() function in TestPartitionOpener
64 return PartitionOpener::GetInfo(GetPathForBlockDeviceName(partition_name), info); in GetInfo()
H A Dmetadata.cpp78 if (!opener.GetInfo(data_device, &device_info)) { in OpenOrCreateMetadata()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h64 bool GetInfo(const std::string& partition_name,
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_overlayfs.cpp1075 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &super_info)) { in GetIdealDataScratchSize()