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

/vbox/src/VBox/Runtime/r3/nt/
H A Dpathint-nt.cpp89 * @param cwcWinPath The length of the windows-style input path.
92 PCRTUTF16 pwszWinPath, size_t cwcWinPath)
96 cwcWinPath--;
100 if (cwcWinPath < _32K - 1)
102 PRTUTF16 pwszNtPath = (PRTUTF16)RTUtf16Alloc((cwcWinPath + 1) * sizeof(RTUTF16));
109 memcpy(pwszNtPath + 3, pwszWinPath + 3, (cwcWinPath - 3) * sizeof(RTUTF16));
110 pwszNtPath[cwcWinPath] = '\0';
114 pNtName->Length = (uint16_t)(cwcWinPath * sizeof(RTUTF16));
238 * @param cwcWinPath The max length of the windows-style path in
242 RTDECL(int) RTNtPathFromWinUtf16Ex(struct _UNICODE_STRING *pNtName, HANDLE *phRootDir, PCRTUTF16 pwszWinPath, size_t cwcWinPath) argument
91 rtNtPathFromWinUtf16PassThru(struct _UNICODE_STRING *pNtName, PHANDLE phRootDir, PCRTUTF16 pwszWinPath, size_t cwcWinPath) argument
[all...]

Completed in 1237 milliseconds