Android-cuttlefish cvd tool
|
Classes | |
class | LocalErrno |
Functions | |
void | MarkAll (const SharedFDSet &input, fd_set *dest, int *max_index) |
void | CheckMarked (fd_set *in_out_mask, SharedFDSet *in_out_set) |
int | memfd_create_wrapper (const char *name, unsigned int flags) |
bool | IsRegularFile (const int fd) |
Variables | |
constexpr size_t | kPreferredBufferSize = 8192 |
void cuttlefish::anonymous_namespace{shared_fd.cpp}::CheckMarked | ( | fd_set * | in_out_mask, |
SharedFDSet * | in_out_set | ||
) |
bool cuttlefish::anonymous_namespace{shared_fd.cpp}::IsRegularFile | ( | const int | fd | ) |
void cuttlefish::anonymous_namespace{shared_fd.cpp}::MarkAll | ( | const SharedFDSet & | input, |
fd_set * | dest, | ||
int * | max_index | ||
) |
int cuttlefish::anonymous_namespace{shared_fd.cpp}::memfd_create_wrapper | ( | const char * | name, |
unsigned int | flags | ||
) |
|
constexpr |