Home | History | Annotate | Download | only in internal

Lines Matching defs:ChDir

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