Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto155 GetTableInfo = 2; enumerator
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h152 virtual bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp539 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo() function in android::dm::DeviceMapper