Home | History | Annotate | Download | only in nacl_io

Lines Matching refs:GetCWD

294 char* KernelProxy::getcwd(char* buf, size_t size) {
300 std::string cwd = GetCWD();
317 return getcwd(buf, MAXPATHLEN);