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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp190 rc = rtStrConvert(pszPath, strlen(pszPath), "UTF-8",
230 rc = rtStrConvert(pszNativePath, strlen(pszNativePath), g_szFsCodeset,
255 rc = rtStrConvert(pszNativePath, strlen(pszNativePath), g_szFsCodeset,
275 rc = rtStrConvert(pszNativePath, strlen(pszNativePath), g_szFsCodeset,
H A Dutf8-posix.cpp444 DECLHIDDEN(int) rtStrConvert(const char *pchInput, size_t cchInput, const char *pszInputCS, function
/vbox/src/VBox/Runtime/include/internal/
H A Dstring.h77 DECLHIDDEN(int) rtStrConvert(const char *pchInput, size_t cchInput, const char *pszInputCS,

Completed in 43 milliseconds