Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dunique_fd.h55 unique_fd_impl() : value_(-1) {} in unique_fd_impl() function
57 explicit unique_fd_impl(int value) : value_(value) {} in unique_fd_impl() function
60 unique_fd_impl(unique_fd_impl&& other) : value_(other.release()) {} in unique_fd_impl() function