Home
last modified time | relevance | path

Searched refs:IGNORE_EINTR (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/tests/
Dfile_utils.cc54 if (IGNORE_EINTR(close(infile)) < 0) { in CopyFile()
87 if (IGNORE_EINTR(close(infile)) == -1) { in CopyFile()
91 if (IGNORE_EINTR(close(outfile)) == -1) { in CopyFile()
115 if (IGNORE_EINTR(close(fd)) == -1) { in ReadFile()
146 if (IGNORE_EINTR(close(fd)) == -1) { in WriteFile()
/external/google-breakpad/src/common/linux/
Deintr_wrapper.h47 #define IGNORE_EINTR(x) ({ \ macro