Home
last modified time | relevance | path

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

/aosp_15_r20/external/libusb/libusb/os/
H A Dwindows_winusb.c1474 char *guid_string, *new_guid_string; in get_guid() local
1522 new_guid_string = realloc((void *)guid_string, size + 2); in get_guid()
1523 if (new_guid_string == NULL) { in get_guid()
1528 guid_string = new_guid_string; in get_guid()