Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h161 virtual bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function
/aosp_15_r20/test/vts-testcase/kernel/bow/
DBowTest.cpp113 std::string GetTableStatus() { in GetTableStatus() function in android::BowTestFixture
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm.cpp542 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp2738 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) override { in TEST_F() function in android::snapshot::TEST_F::DmStatusFailure