Searched defs:szNativeCurDir (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dpath-posix.cpp348 char szNativeCurDir[RTPATH_MAX]; local
349 if (getcwd(szNativeCurDir, sizeof(szNativeCurDir)) != NULL)
350 rc = rtPathFromNativeCopy(pszPath, cchPath, szNativeCurDir, NULL);

Completed in 49 milliseconds