Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Typedefs | |
typedef struct stat | StatStruct |
Functions | |
int | FileNo (FILE *file) |
int | Stat (const char *path, StatStruct *buf) |
int | RmDir (const char *dir) |
bool | IsDir (const StatStruct &st) |
int | DoIsATTY (int fd) |
int | StrCaseCmp (const char *s1, const char *s2) |
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 struct stat testing::internal::posix::StatStruct |
Definition at line 2065 of file gtest-port.h.
|
inline |
Definition at line 2067 of file gtest-port.h.
|
inline |
Definition at line 2069 of file gtest-port.h.
|
inline |
Definition at line 2074 of file gtest-port.h.
|
inline |
Definition at line 2076 of file gtest-port.h.
|
inline |
Definition at line 2105 of file gtest-port.h.
|
inline |
Definition at line 2106 of file gtest-port.h.
|
inline |
Definition at line 2112 of file gtest-port.h.
|
inline |
Definition at line 2135 of file gtest-port.h.
|
inline |
Definition at line 2137 of file gtest-port.h.
|
inline |
Definition at line 2149 of file gtest-port.h.
|
inline |
Definition at line 2152 of file gtest-port.h.
|
inline |
Definition at line 2154 of file gtest-port.h.
|
inline |
Definition at line 2156 of file gtest-port.h.
|
inline |
Definition at line 2159 of file gtest-port.h.
|
inline |
Definition at line 2162 of file gtest-port.h.
|
inline |
Definition at line 2167 of file gtest-port.h.
|
inline |
Definition at line 2170 of file gtest-port.h.
|
inline |
Definition at line 2195 of file gtest-port.h.