Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
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 struct stat testing::internal::posix::StatStruct |
Definition at line 2021 of file gtest-port.h.
|
inline |
Definition at line 2023 of file gtest-port.h.
|
inline |
Definition at line 2024 of file gtest-port.h.
|
inline |
Definition at line 2025 of file gtest-port.h.
|
inline |
Definition at line 2026 of file gtest-port.h.
|
inline |
Definition at line 2029 of file gtest-port.h.
|
inline |
Definition at line 2030 of file gtest-port.h.
|
inline |
Definition at line 2031 of file gtest-port.h.
|
inline |
Definition at line 2035 of file gtest-port.h.
|
inline |
Definition at line 2055 of file gtest-port.h.
|
inline |
Definition at line 2057 of file gtest-port.h.
|
inline |
Definition at line 2069 of file gtest-port.h.
|
inline |
Definition at line 2072 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 2079 of file gtest-port.h.
|
inline |
Definition at line 2082 of file gtest-port.h.
|
inline |
Definition at line 2083 of file gtest-port.h.
|
inline |
Definition at line 2085 of file gtest-port.h.
|
inline |
Definition at line 2109 of file gtest-port.h.