Home
last modified time | relevance | path

Searched refs:IGNORE_RET (Results 1 – 7 of 7) sorted by relevance

/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc72 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
156 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
232 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
277 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
328 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
381 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
462 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in TEST()
/external/google-breakpad/src/common/linux/
Dignore_ret.h38 #define IGNORE_RET(x) do { if (x) {} } while (0) macro
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_client.cc84 IGNORE_RET(HANDLE_EINTR(sys_read(fds[0], &b, 1))); in RequestDump()
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer_unittest.cc101 IGNORE_RET(write(STDOUT_FILENO, identifiable_string, 0)); in CrashAndGetMicrodump()
107 IGNORE_RET(HANDLE_EINTR(read(fds[0], &b, sizeof(b)))); in CrashAndGetMicrodump()
/external/google-breakpad/src/client/mac/tests/
Dexception_handler_test.cc97 IGNORE_RET(write(fd, path.c_str(), path.length() + 1)); in MDCallback()
297 IGNORE_RET(write(fds[1], &data, 1)); in TEST_F()
Dminidump_generator_test.cc194 IGNORE_RET(write(fds[1], &data, 1)); in TEST_F()
/external/google-breakpad/src/client/linux/handler/
Dexception_handler_unittest.cc188 IGNORE_RET(HANDLE_EINTR(sys_write(fd, &len, sizeof(len)))); in DoneCallback()
189 IGNORE_RET(HANDLE_EINTR(sys_write(fd, descriptor.path(), len))); in DoneCallback()
1017 IGNORE_RET(HANDLE_EINTR(sys_read(fds[0], &b, 1))); in CrashHandler()