Searched refs:DeviceMapper (Results 1 – 3 of 3) sorted by relevance
76 class BRILLO_EXPORT DeviceMapper {79 DeviceMapper();82 explicit DeviceMapper(const DevmapperTaskFactory& factory);85 ~DeviceMapper() = default;111 DISALLOW_COPY_AND_ASSIGN(DeviceMapper);
128 DeviceMapper::DeviceMapper() { in DeviceMapper() function in brillo::DeviceMapper132 DeviceMapper::DeviceMapper(const DevmapperTaskFactory& factory) in DeviceMapper() function in brillo::DeviceMapper135 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()
129 DeviceMapper dm(base::Bind(&fake::CreateDevmapperTask)); in TEST()