Home
last modified time | relevance | path

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

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