Searched defs:UniqueFd (Results 1 – 2 of 2) sorted by relevance
40 UniqueFd(Fd fd) : mFd(fd) {} in UniqueFd() function49 UniqueFd(UniqueFd&& other) { std::swap(mFd, other.mFd); } in UniqueFd() function
80 using UniqueFd = incfs::UniqueFd; variable