Searched refs:linux_errno (Results 1 – 6 of 6) sorted by relevance
120 if (record.linux_errno != EPERM) { in push()206 .linux_errno = record.linux_errno(), in addStats()
72 int linux_errno = 0; // SYS_NO_ERROR member
76 .linux_errno = 0, in TEST_F()81 .linux_errno = 0, in TEST_F()
372 optional LinuxErrno linux_errno = 10; field
56 ::testing::Property("linux_errno", &DnsQueryEvent::linux_errno,57 ::testing::Eq(other.linux_errno())),
158 *os << " linux_errno: " << event.linux_errno() << "\n"; in PrintTo()