Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libusb/src/libusb/os/
Dwindows_common.h41 #define safe_closehandle(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_… macro
Dwindows_usb.c1139 safe_closehandle(handle); in init_device()
1144 safe_closehandle(handle); in init_device()
1156 safe_closehandle(handle); in init_device()