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

/vbox/src/VBox/Runtime/r3/posix/
H A Dpathhost-posix.cpp137 static DECLCALLBACK(int32_t) rtPathConvInitOnce(void *pvUser) function
184 int rc = RTOnce(&g_OnceInitPathConv, rtPathConvInitOnce, NULL);
211 int rc = RTOnce(&g_OnceInitPathConv, rtPathConvInitOnce, NULL);
249 int rc = RTOnce(&g_OnceInitPathConv, rtPathConvInitOnce, NULL);
269 int rc = RTOnce(&g_OnceInitPathConv, rtPathConvInitOnce, NULL);

Completed in 43 milliseconds