Home
last modified time | relevance | path

Searched refs:ERR (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/fastboot/
H A Dusb_osx.cpp53 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro
322 ERR("GetDeviceVendor"); in try_device()
328 ERR("GetDeviceProduct"); in try_device()
334 ERR("GetDeviceClass"); in try_device()
340 ERR("GetDeviceSubClass"); in try_device()
346 ERR("GetDeviceProtocol"); in try_device()
352 ERR("GetLocationId"); in try_device()
433 ERR("Could not create iterator."); in init_usb()
524 ERR("usb_read interface was null\n"); in Read()
529 ERR("bulkIn endpoint not assigned\n"); in Read()
[all …]
/aosp14/frameworks/base/tools/obbtool/
H A Dmkobb.sh210 trap onexit ERR
279 trap - ERR
/aosp14/frameworks/base/tools/locked_region_code_injection/test/
H A Dunit-test.sh58 trap 'exit 1' ERR