Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_common.h49 #define safe_closehandle(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_… macro
Dwindows_winusb.c1069 safe_closehandle(handle); in init_device()
1075 safe_closehandle(handle); in init_device()
1106 safe_closehandle(handle); in init_device()