Searched refs:kLoopControlDevice (Results 1 – 2 of 2) sorted by relevance
57 static constexpr const char* kLoopControlDevice = "/dev/loop-control"; variable
36 control_fd_.reset(TEMP_FAILURE_RETRY(open(kLoopControlDevice, O_RDWR | O_CLOEXEC))); in LoopControl()