Home
last modified time | relevance | path

Searched refs:wc_fn (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/glib/
Dgutils.c155 wchar_t wc_fn[MAX_PATH]; in _glib_get_dll_directory() local
171 if (!GetModuleFileNameW (glib_dll, wc_fn, MAX_PATH)) in _glib_get_dll_directory()
174 retval = g_utf16_to_utf8 (wc_fn, -1, NULL, NULL, NULL); in _glib_get_dll_directory()