Searched defs:root_prefix (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.c187 const char root_prefix[] = "\\\\.\\"; local
196 root_size = sizeof(root_prefix)-1;
212 ret_path[j] = root_prefix[j];

Completed in 280 milliseconds