Searched refs:ERR (Results 1 – 2 of 2) sorted by relevance
/system/core/fastboot/ |
D | usb_osx.c | 50 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro 99 ERR("Couldn't create a device interface iterator: (%08x)\n", kr); in try_interfaces() 130 ERR("Couldn't create interface interface: (%08x)\n", in try_interfaces() 166 ERR("Unable to get number of endpoints: (%08x)\n", kr); in try_interfaces() 175 ERR("Unable to get interface class, subclass and protocol\n"); in try_interfaces() 212 ERR("could not get pipe properties\n"); in try_interfaces() 234 ERR("could not clear input pipe; result %x, ignoring...\n", kr); in try_interfaces() 242 ERR("could not clear output pipe; result %x, ignoring....\n", kr); in try_interfaces() 276 ERR("Unable to create a plug-in (%08x)\n", kr); in try_device() 284 ERR("Couldn't create a device interface (%08x)\n", (int) result); in try_device() [all …]
|
/system/extras/tests/net_test/ |
D | net_test.sh | 15 trap "exec /bin/bash" ERR EXIT
|