Home | History | Annotate | Download | only in internal

Lines Matching defs:ChDir

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