tesseract v5.3.3.20231005
|
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 2038 of file gtest-port.h.
|
inline |
Definition at line 2127 of file gtest-port.h.
|
inline |
Definition at line 2073 of file gtest-port.h.
|
inline |
Definition at line 2100 of file gtest-port.h.
|
inline |
Definition at line 2041 of file gtest-port.h.
|
inline |
Definition at line 2092 of file gtest-port.h.
|
inline |
Definition at line 2090 of file gtest-port.h.
|
inline |
Definition at line 2040 of file gtest-port.h.
|
inline |
Definition at line 2075 of file gtest-port.h.
|
inline |
Definition at line 2087 of file gtest-port.h.
|
inline |
Definition at line 2103 of file gtest-port.h.
|
inline |
Definition at line 2052 of file gtest-port.h.
|
inline |
Definition at line 2048 of file gtest-port.h.
|
inline |
Definition at line 2094 of file gtest-port.h.
|
inline |
Definition at line 2047 of file gtest-port.h.
|
inline |
Definition at line 2042 of file gtest-port.h.
|
inline |
Definition at line 2043 of file gtest-port.h.
|
inline |
Definition at line 2046 of file gtest-port.h.
|
inline |
Definition at line 2101 of file gtest-port.h.
|
inline |
Definition at line 2097 of file gtest-port.h.