Home | History | Annotate | Download | only in androidfw

Lines Matching refs:m_status

61      m_status(NO_ERROR),
84 m_status = errno;
85 return m_status;
95 if (m_status != NO_ERROR) {
96 return m_status;
131 m_status = errno;
132 return m_status;
139 m_status = errno;
140 return m_status;
156 if (m_status != NO_ERROR) {
158 ALOGD("Not writing data - stream in error state %d (%s)", m_status, strerror(m_status));
160 return m_status;
168 m_status = errno;
169 if (DEBUG) ALOGD("write returned error %d (%s)", m_status, strerror(m_status));
170 return m_status;
186 m_status(NO_ERROR),
200 return m_status;
207 m_status = EIO; \
210 m_status = errno; \
211 ALOGD("CHECK_SIZE(a=%ld e=%ld) failed at line %d m_status='%s'", \
212 long(actual), long(expected), __LINE__, strerror(m_status)); \
214 return m_status; \
222 m_status = err; \
231 if (m_status != NO_ERROR) {
232 return m_status;
266 m_status = EINVAL;
275 m_status = ENOMEM;
276 return m_status;
290 m_status = EINVAL;
293 return m_status;
299 return m_status == NO_ERROR && m_header.type == BACKUP_HEADER_ENTITY_V1;
305 if (m_status != NO_ERROR) {
306 return m_status;
319 if (m_status != NO_ERROR) {
320 return m_status;
338 if (m_status != NO_ERROR) {
353 m_status = errno;
357 m_status = EIO;