Searched defs:ufd (Results 1 – 4 of 4) sorted by relevance
48 unique_fd ufd; // The unique file descriptor associated with the port. member251 unique_fd ufd; in AMIDI_openPort() local
193 base::unique_fd ufd; in OpenInternal() local
101 unique_fd ufd(open(profile.c_str(), O_WRONLY | O_NOFOLLOW | O_CLOEXEC)); in clear_profile() local376 unique_fd ufd = open_profile( in open_reference_profile_as_unique_file() local
1027 void RedirectOutputToFd(android::base::unique_fd& ufd) { in RedirectOutputToFd()