Home
last modified time | relevance | path

Searched refs:GetTable (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libdm/
Ddm.cpp543 return GetTable(name, 0, table); in GetTableStatus()
547 return GetTable(name, DM_IMA_MEASUREMENT_FLAG, table); in GetTableStatusIma()
551 return GetTable(name, DM_STATUS_TABLE_FLAG, table); in GetTableInfo()
555 bool DeviceMapper::GetTable(const std::string& name, uint32_t flags, in GetTable() function in android::dm::DeviceMapper
/system/core/fs_mgr/libdm/include/libdm/
Ddm.h326 bool GetTable(const std::string& name, uint32_t flags, std::vector<TargetInfo>* table);