Searched refs:w_path (Results 1 – 1 of 1) sorted by relevance
206 wchar_t *w_path = NULL; in qmp_guest_file_open() local218 w_path = g_utf8_to_utf16(path, -1, NULL, NULL, &gerr); in qmp_guest_file_open()219 if (!w_path) { in qmp_guest_file_open()226 fh = CreateFileW(w_path, guest_flags->desired_access, share_mode, sa_attr, in qmp_guest_file_open()250 g_free(w_path); in qmp_guest_file_open()