Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h202 struct TargetInfo { struct
205 TargetInfo() {} in TargetInfo() argument
206 TargetInfo(const struct dm_target_spec& spec, const std::string& data) in TargetInfo() function
211 bool GetTableStatus(const std::string& name, std::vector<TargetInfo>* table);
215 bool GetTableInfo(const std::string& name, std::vector<TargetInfo>* table);
245 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.cpp710 std::vector<DeviceMapper::TargetInfo> old_targets; in RewriteSnapshotDeviceTable()
743 DeviceMapper::TargetInfo* target) { in GetSingleTarget()
749 std::vector<DeviceMapper::TargetInfo> targets; in GetSingleTarget()
768 bool SnapshotManager::IsSnapshotDevice(const std::string& dm_name, TargetInfo* target) { in IsSnapshotDevice()
769 DeviceMapper::TargetInfo snap_target; in IsSnapshotDevice()
785 DeviceMapper::TargetInfo target; in QuerySnapshotStatus()
1101 DeviceMapper::TargetInfo target; in CollapseSnapshotDevice()
1129 std::vector<DeviceMapper::TargetInfo> outer_table; in CollapseSnapshotDevice()
2681 std::vector<DeviceMapper::TargetInfo> targets; in EnsureNoOverflowSnapshot()
Dsnapshot_test.cpp476 DeviceMapper::TargetInfo target; in TEST_F()
532 DeviceMapper::TargetInfo target; in TEST_F()
560 DeviceMapper::TargetInfo target; in TEST_F()
1657 std::vector<android::dm::DeviceMapper::TargetInfo> table; in TEST_F()
Dpower_test.cpp362 std::vector<DeviceMapper::TargetInfo> targets; in GetMergeStatus()
/system/core/fs_mgr/libdm/
Ddm.cpp450 bool DeviceMapper::GetTableStatus(const std::string& name, std::vector<TargetInfo>* table) { in GetTableStatus()
454 bool DeviceMapper::GetTableInfo(const std::string& name, std::vector<TargetInfo>* table) { in GetTableInfo()
460 std::vector<TargetInfo>* table) { in GetTable()
593 bool DeviceMapper::TargetInfo::IsOverflowSnapshot() const { in IsOverflowSnapshot()
Ddm_linear_fuzzer.cpp118 vector<DeviceMapper::TargetInfo> targets; in LLVMFuzzerTestOneInput()
Ddm_test.cpp106 vector<DeviceMapper::TargetInfo> targets; in TEST()
146 vector<DeviceMapper::TargetInfo> targets; in TEST()
292 vector<DeviceMapper::TargetInfo> status; in MergeImpl()
407 vector<DeviceMapper::TargetInfo> target_status; in TEST()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h334 using TargetInfo = android::dm::DeviceMapper::TargetInfo; variable
478 bool IsSnapshotDevice(const std::string& dm_name, TargetInfo* target = nullptr);
/system/core/fs_mgr/tools/
Ddmctl.cpp328 std::vector<DeviceMapper::TargetInfo> table; in DmListDevices()
436 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.cpp2087 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_is_verity_enabled()
2112 std::vector<DeviceMapper::TargetInfo> table; in fs_mgr_verity_is_check_at_most_once()
/system/gsid/
Dgsi_service.cpp432 std::vector<DeviceMapper::TargetInfo> table; in dumpDeviceMapperDevices()