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

/vbox/include/iprt/
H A Dgetopt.h434 /** @name RTGetOptArgvToString and RTGetOptArgvToUtf16String flags
454 RTDECL(int) RTGetOptArgvToUtf16String(PRTUTF16 *ppwszCmdLine, const char * const *papszArgv, uint32_t fFlags);
H A Dmangling.h632 # define RTGetOptArgvToUtf16String RT_MANGLER(RTGetOptArgvToUtf16String) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1220 rc = RTGetOptArgvToUtf16String(&pwszCmdLine, papszArgs, RTGETOPTARGV_CNV_QUOTE_MS_CRT);

Completed in 328 milliseconds