Android-cuttlefish cvd tool
Classes | Functions | Variables
cuttlefish::anonymous_namespace{shared_fd.cpp} Namespace Reference

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
 

Function Documentation

◆ CheckMarked()

void cuttlefish::anonymous_namespace{shared_fd.cpp}::CheckMarked ( fd_set *  in_out_mask,
SharedFDSet in_out_set 
)

◆ IsRegularFile()

bool cuttlefish::anonymous_namespace{shared_fd.cpp}::IsRegularFile ( const int  fd)

◆ MarkAll()

void cuttlefish::anonymous_namespace{shared_fd.cpp}::MarkAll ( const SharedFDSet input,
fd_set *  dest,
int *  max_index 
)

◆ memfd_create_wrapper()

int cuttlefish::anonymous_namespace{shared_fd.cpp}::memfd_create_wrapper ( const char *  name,
unsigned int  flags 
)

Variable Documentation

◆ kPreferredBufferSize

constexpr size_t cuttlefish::anonymous_namespace{shared_fd.cpp}::kPreferredBufferSize = 8192
constexpr