Home
last modified time | relevance | path

Searched refs:control_device_ (Results 1 – 4 of 4) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dsnapuserd.h212 std::string control_device_; variable
229 const std::string& GetControlDevicePath() { return control_device_; } in GetControlDevicePath()
301 std::string control_device_; variable
Dsnapuserd_worker.cpp79 control_device_ = control_device; in WorkerThread()
98 ctrl_fd_.reset(open(control_device_.c_str(), O_RDWR)); in InitializeFds()
100 SNAP_PLOG(ERROR) << "Unable to open " << control_device_; in InitializeFds()
Dsnapuserd.cpp40 control_device_ = "/dev/dm-user/" + misc_name; in Snapuserd()
46 cow_device_, backing_store_device_, control_device_, misc_name_, GetSharedPtr()); in InitializeWorkers()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h315 : DmTarget(start, length), control_device_(control_device) {} in DmTargetUser()
318 std::string control_device() const { return control_device_; } in control_device()
322 std::string control_device_;