Home
last modified time | relevance | path

Searched defs:unique_fd_impl (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h63 unique_fd_impl() {} in unique_fd_impl() function
65 explicit unique_fd_impl(int fd) { reset(fd); } in unique_fd_impl() function
70 unique_fd_impl(unique_fd_impl&& other) noexcept { reset(other.release()); } in unique_fd_impl() function