Home | History | Annotate | Download | only in androidfw

Lines Matching refs:_rc

52     typeof (exp) _rc;                      \
54 _rc = (exp); \
55 } while (_rc == -1 && errno == EINTR); \
56 _rc; })