Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
testing::internal::posix Namespace Reference

Typedefs

typedef struct stat StatStruct
 

Functions

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

Typedef Documentation

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

Function Documentation

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

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

int testing::internal::posix::DoIsATTY ( int  fd)
inline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

void testing::internal::posix::Abort ( )
inline

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