Android-cuttlefish cvd tool
Typedefs | Functions
adb_unique_fd.h File Reference
#include <errno.h>
#include <unistd.h>
#include <android-base/unique_fd.h>
Include dependency graph for adb_unique_fd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using unique_fd = android::base::unique_fd
 

Functions

template<typename T >
int adb_close (const android::base::unique_fd_impl< T > &) __attribute__((__unavailable__("adb_close called on unique_fd")))
 

Typedef Documentation

◆ unique_fd

either dup the unique_fd

Function Documentation

◆ adb_close()

template<typename T >
int adb_close ( const android::base::unique_fd_impl< T > &  )