Home
last modified time | relevance | path

Searched refs:TargetInfo (Results 1 – 14 of 14) sorted by relevance

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h215 struct TargetInfo { struct
218 TargetInfo() {} in TargetInfo() function
219 TargetInfo(const struct dm_target_spec& spec, const std::string& data) in TargetInfo() argument
224 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
228 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
258 bool GetTable(const std::string& name, uint32_t flags, std::vector<TargetInfo>* table);
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp113 std::string GetLinearBaseDeviceString(const DeviceMapper::TargetInfo& target) { in GetLinearBaseDeviceString()
120 std::vector<std::string> GetSnapshotBaseDeviceStrings(const DeviceMapper::TargetInfo& target) { in GetSnapshotBaseDeviceStrings()
138 std::vector<DeviceMapper::TargetInfo> GetTableInfoIfExists(const std::string& dev_name) { in GetTableInfoIfExists()
140 std::vector<DeviceMapper::TargetInfo> table; in GetTableInfoIfExists()
Dsnapshot.cpp802 std::vector<DeviceMapper::TargetInfo> old_targets; in RewriteSnapshotDeviceTable()
835 DeviceMapper::TargetInfo* target) { in GetSingleTarget()
841 std::vector<DeviceMapper::TargetInfo> targets; in GetSingleTarget()
860 bool SnapshotManager::IsSnapshotDevice(const std::string& dm_name, TargetInfo* target) { in IsSnapshotDevice()
861 DeviceMapper::TargetInfo snap_target; in IsSnapshotDevice()
877 DeviceMapper::TargetInfo target; in QuerySnapshotStatus()
1359 DeviceMapper::TargetInfo target; in CollapseSnapshotDevice()
1488 DeviceMapper::TargetInfo target; in PerformInitTransition()
3506 std::vector<DeviceMapper::TargetInfo> targets; in EnsureNoOverflowSnapshot()
Dsnapshot_test.cpp546 DeviceMapper::TargetInfo target; in TEST_F()
594 DeviceMapper::TargetInfo target; in TEST_F()
621 DeviceMapper::TargetInfo target; in TEST_F()
1273 DeviceMapper::TargetInfo target; in TEST_F()
1994 std::vector<android::dm::DeviceMapper::TargetInfo> table; in TEST_F()
Dpower_test.cpp362 std::vector<DeviceMapper::TargetInfo> targets; in GetMergeStatus()
Dcow_snapuserd_test.cpp696 vector<DeviceMapper::TargetInfo> status; in MergeImpl()
/system/core/fs_mgr/libdm/
Ddm.cpp489 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus()
493 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo()
499 std::vector<TargetInfo>* table) { in GetTable()
632 bool DeviceMapper::TargetInfo::IsOverflowSnapshot() const { in IsOverflowSnapshot()
Ddm_linear_fuzzer.cpp118 vector<DeviceMapper::TargetInfo> targets; in LLVMFuzzerTestOneInput()
Ddm_test.cpp107 vector<DeviceMapper::TargetInfo> targets; in TEST()
147 vector<DeviceMapper::TargetInfo> targets; in TEST()
293 vector<DeviceMapper::TargetInfo> status; in MergeImpl()
408 vector<DeviceMapper::TargetInfo> target_status; in TEST()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h422 using TargetInfo = android::dm::DeviceMapper::TargetInfo; variable
586 bool IsSnapshotDevice(const std::string& dm_name, TargetInfo* target = nullptr);
/system/core/fs_mgr/tools/
Ddmctl.cpp336 std::vector<DeviceMapper::TargetInfo> table; in DmListDevices()
460 std::vector<DeviceMapper::TargetInfo> table; in DumpTable()
/system/core/fs_mgr/libfiemap/
Dfiemap_writer.cpp66 static bool ValidateDmTarget(const DeviceMapper::TargetInfo& target) { in ValidateDmTarget()
109 std::vector<DeviceMapper::TargetInfo> table; in DeviceMapperStackPop()
/system/core/fs_mgr/
Dfs_mgr.cpp2174 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_is_verity_enabled()
2198 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_get_hashtree_algorithm()
2234 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_verity_is_check_at_most_once()
/system/gsid/
Dgsi_service.cpp472 std::vector<DeviceMapper::TargetInfo> table; in dumpDeviceMapperDevices()