Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dunique_fd.h90 unique_fd_impl() {} in unique_fd_impl() function
92 explicit unique_fd_impl(int fd) { reset(fd); } in unique_fd_impl() function
97 unique_fd_impl(unique_fd_impl&& other) noexcept { reset(other.release()); } in unique_fd_impl() function