Home
last modified time | relevance | path

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

/openbmc/qemu/qga/
H A Dcommands-win32.c1333 PWCHAR uc_path; in qmp_guest_fstrim() local
1348 uc_path = g_new(WCHAR, char_count); in qmp_guest_fstrim()
1349 if (!GetVolumePathNamesForVolumeNameW(guid, uc_path, char_count, in qmp_guest_fstrim()
1350 &char_count) || !*uc_path) { in qmp_guest_fstrim()
1352 g_free(uc_path); in qmp_guest_fstrim()
1358 path = g_utf16_to_utf8(uc_path, char_count, NULL, NULL, &gerr); in qmp_guest_fstrim()
1360 g_free(uc_path); in qmp_guest_fstrim()