Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h129 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
/system/core/fs_mgr/libdm/
Ddm_test.cpp167 ASSERT_TRUE(dm.GetTableStatus(dev.name(), &targets)); in TEST()
Ddm.cpp291 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus() function in android::dm::DeviceMapper
/system/core/fs_mgr/
Dfs_mgr.cpp1709 if (!dm.GetTableStatus(mount_point, &table) || table.empty() || table[0].data.empty()) { in fs_mgr_is_verity_enabled()