Searched refs:pszPathBuf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/include/internal/
H A Ddir.h159 * @param pszPathBuf Pointer to a RTPATH_MAX sized buffer containing pszPath.
163 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf);
/vbox/src/VBox/Runtime/r3/win/
H A Ddirenum-win.cpp53 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf) argument
58 * pszPathBuf is pointing to the return 4K return buffer for the RTPathReal()
76 memcpy(pszPathBuf + pDir->cchPath, pszExpr, cbExpr);
84 rc = RTStrToUtf16(pszPathBuf, &pwszName);
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp215 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf) argument
217 NOREF(pszPathBuf); /* only used on windows */
/vbox/src/VBox/Runtime/r3/nt/
H A Ddirenum-r3-nt.cpp82 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf) argument
107 rc = RTNtPathOpenDir(pszPathBuf,

Completed in 47 milliseconds