v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Typedefs | Functions
testing::internal::posix Namespace Reference

Typedefs

typedef struct stat StatStruct
 

Functions

int FileNo (FILE *file)
 
int IsATTY (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)
 
const char * StrNCpy (char *dest, const char *src, size_t n)
 
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 2338 of file gtest-port.h.

Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

References GTEST_DISABLE_MSC_WARNINGS_PUSH_.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

References Abort(), and GTEST_DISABLE_MSC_WARNINGS_POP_.

Here is the call graph for this function:

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

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

Referenced by GetEnv(), and testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplain().

Here is the caller graph for this function: