Home | History | Annotate | Download | only in gtest

Lines Matching defs:ChDir

382 // namespace (read, write, close, chdir, isatty, stat). We do not currently
2872 // ChDir(), FReopen(), FDOpen(), Read(), Write(), Close(), and
2877 inline int ChDir(const char* dir) { return chdir(dir); }