Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwince_usb.c94 case ERROR_NOT_SUPPORTED: in translate_driver_error()
658 if (io_result == ERROR_NOT_SUPPORTED && in wince_transfer_callback()
713 case ERROR_NOT_SUPPORTED: in wince_transfer_callback()
/external/autotest/client/cros/cellular/
Dtest_environment.py185 shill_proxy.ShillProxy.ERROR_NOT_SUPPORTED or
/external/autotest/client/cros/networking/
Dshill_proxy.py30 ERROR_NOT_SUPPORTED = 'org.chromium.flimflam.Error.NotSupported' variable in ShillProxy
/external/fio/os/windows/
Dposix.c62 case ERROR_NOT_SUPPORTED: return ENOSYS; in win_to_posix_error()