Home
last modified time | relevance | path

Searched defs:GetTableStatus (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h155 virtual bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp535 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2531 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) override { in TEST_F() function in android::snapshot::TEST_F::DmStatusFailure