Home
last modified time | relevance | path

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

/system/core/adb/sysdeps/win32/
Derrno.cpp47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break in adb_strerror() macro
/system/core/fastboot/
Dusb_osx.cpp53 #define ERR(x...) fprintf(stderr, "ERROR: " x) macro
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp199 enum PathStatus { ERR, NONE, IS_DIR, IS_REG, UNKNOWN }; enumerator