Home
last modified time | relevance | path

Searched defs:TEMP_FAILURE_RETRY (Results 1 – 8 of 8) sorted by relevance

/system/core/libcutils/include_vndk/cutils/
Dfs.h30 #define TEMP_FAILURE_RETRY(exp) ({ \ macro
/system/core/libcutils/include/cutils/
Dfs.h30 #define TEMP_FAILURE_RETRY(exp) ({ \ macro
/system/core/liblog/
Dlog_portability.h74 #define TEMP_FAILURE_RETRY(exp) \ macro
/system/core/libcutils/
Dandroid_get_control_file.cpp44 #define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation macro
Dsockets_unix.cpp35 #define TEMP_FAILURE_RETRY(exp) (exp) // KISS implementation macro
/system/core/base/include/android-base/
Dmacros.h25 #define TEMP_FAILURE_RETRY(exp) \ macro
/system/core/libutils/include/utils/
DCompat.h73 #define TEMP_FAILURE_RETRY(exp) ({ \ macro
/system/core/adb/
Dsysdeps.h47 #define TEMP_FAILURE_RETRY(exp) ({ \ macro