Typedefs | Functions
testing::internal::posix Namespace Reference

Typedefs

typedef struct stat StatStruct

Functions

void Abort ()
int ChDir (const char *dir)
int Close (int fd)
int FClose (FILE *fp)
FILE * FDOpen (int fd, const char *mode)
int FileNo (FILE *file)
FILE * FOpen (const char *path, const char *mode)
FILE * FReopen (const char *path, const char *mode, FILE *stream)
const char * GetEnv (const char *name)
int IsATTY (int fd)
bool IsDir (const StatStruct &st)
int Read (int fd, void *buf, unsigned int count)
int RmDir (const char *dir)
int Stat (const char *path, StatStruct *buf)
int StrCaseCmp (const char *s1, const char *s2)
char * StrDup (const char *src)
const char * StrError (int errnum)
const char * StrNCpy (char *dest, const char *src, size_t n)
int Write (int fd, const void *buf, unsigned int count)

Typedef Documentation

Definition at line 1587 of file gtest-port.h.


Function Documentation

Definition at line 1664 of file gtest-port.h.

int testing::internal::posix::ChDir ( const char *  dir) [inline]

Definition at line 1618 of file gtest-port.h.

int testing::internal::posix::Close ( int  fd) [inline]

Definition at line 1637 of file gtest-port.h.

int testing::internal::posix::FClose ( FILE *  fp) [inline]

Definition at line 1629 of file gtest-port.h.

FILE* testing::internal::posix::FDOpen ( int  fd,
const char *  mode 
) [inline]

Definition at line 1627 of file gtest-port.h.

int testing::internal::posix::FileNo ( FILE *  file) [inline]

Definition at line 1589 of file gtest-port.h.

FILE* testing::internal::posix::FOpen ( const char *  path,
const char *  mode 
) [inline]

Definition at line 1620 of file gtest-port.h.

FILE* testing::internal::posix::FReopen ( const char *  path,
const char *  mode,
FILE *  stream 
) [inline]

Definition at line 1624 of file gtest-port.h.

const char* testing::internal::posix::GetEnv ( const char *  name) [inline]

Definition at line 1640 of file gtest-port.h.

int testing::internal::posix::IsATTY ( int  fd) [inline]

Definition at line 1590 of file gtest-port.h.

bool testing::internal::posix::IsDir ( const StatStruct &  st) [inline]

Definition at line 1597 of file gtest-port.h.

int testing::internal::posix::Read ( int  fd,
void *  buf,
unsigned int  count 
) [inline]

Definition at line 1631 of file gtest-port.h.

int testing::internal::posix::RmDir ( const char *  dir) [inline]

Definition at line 1596 of file gtest-port.h.

int testing::internal::posix::Stat ( const char *  path,
StatStruct *  buf 
) [inline]

Definition at line 1591 of file gtest-port.h.

int testing::internal::posix::StrCaseCmp ( const char *  s1,
const char *  s2 
) [inline]

Definition at line 1592 of file gtest-port.h.

char* testing::internal::posix::StrDup ( const char *  src) [inline]

Definition at line 1595 of file gtest-port.h.

const char* testing::internal::posix::StrError ( int  errnum) [inline]

Definition at line 1638 of file gtest-port.h.

const char* testing::internal::posix::StrNCpy ( char *  dest,
const char *  src,
size_t  n 
) [inline]

Definition at line 1609 of file gtest-port.h.

int testing::internal::posix::Write ( int  fd,
const void *  buf,
unsigned int  count 
) [inline]

Definition at line 1634 of file gtest-port.h.



pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:37