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 struct stat testing::internal::posix::StatStruct |
Definition at line 1742 of file gtest-port.h.
|
inline |
Definition at line 1819 of file gtest-port.h.
|
inline |
Definition at line 1773 of file gtest-port.h.
|
inline |
Definition at line 1792 of file gtest-port.h.
|
inline |
Definition at line 1784 of file gtest-port.h.
|
inline |
Definition at line 1782 of file gtest-port.h.
|
inline |
Definition at line 1744 of file gtest-port.h.
|
inline |
Definition at line 1775 of file gtest-port.h.
|
inline |
Definition at line 1779 of file gtest-port.h.
|
inline |
Definition at line 1795 of file gtest-port.h.
|
inline |
Definition at line 1745 of file gtest-port.h.
|
inline |
Definition at line 1752 of file gtest-port.h.
|
inline |
Definition at line 1786 of file gtest-port.h.
|
inline |
Definition at line 1751 of file gtest-port.h.
|
inline |
Definition at line 1746 of file gtest-port.h.
|
inline |
Definition at line 1747 of file gtest-port.h.
|
inline |
Definition at line 1750 of file gtest-port.h.
|
inline |
Definition at line 1793 of file gtest-port.h.
|
inline |
Definition at line 1764 of file gtest-port.h.
|
inline |
Definition at line 1789 of file gtest-port.h.