Home
last modified time | relevance | path

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

/third_party/glib/gio/
Dgwin32mount.c134 WCHAR *drive_utf16; in _g_win32_mount_new() local
136 drive_utf16 = g_utf8_to_utf16 (drive, -1, NULL, NULL, NULL); in _g_win32_mount_new()
147 mount->drive_type = GetDriveTypeW (drive_utf16); in _g_win32_mount_new()
158 g_free (drive_utf16); in _g_win32_mount_new()