Home
last modified time | relevance | path

Searched refs:DeviceMapper (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/blkdev_utils/
Ddevice_mapper.h76 class BRILLO_EXPORT DeviceMapper {
79 DeviceMapper();
82 explicit DeviceMapper(const DevmapperTaskFactory& factory);
85 ~DeviceMapper() = default;
111 DISALLOW_COPY_AND_ASSIGN(DeviceMapper);
Ddevice_mapper.cc128 DeviceMapper::DeviceMapper() { in DeviceMapper() function in brillo::DeviceMapper
132 DeviceMapper::DeviceMapper(const DevmapperTaskFactory& factory) in DeviceMapper() function in brillo::DeviceMapper
135 bool DeviceMapper::Setup(const std::string& name, const DevmapperTable& table) { in Setup()
157 bool DeviceMapper::Remove(const std::string& name) { in Remove()
173 DevmapperTable DeviceMapper::GetTable(const std::string& name) { in GetTable()
194 bool DeviceMapper::WipeTable(const std::string& name) { in WipeTable()
Ddevice_mapper_test.cc129 DeviceMapper dm(base::Bind(&fake::CreateDevmapperTask)); in TEST()