Searched refs:linux_errno (Results 1 – 6 of 6) sorted by relevance
119 if (record.linux_errno != EPERM) { in push()205 .linux_errno = record.linux_errno(), in addStats()
72 int linux_errno = 0; // SYS_NO_ERROR member
77 .linux_errno = 0, in TEST_F()82 .linux_errno = 0, in TEST_F()
375 optional LinuxErrno linux_errno = 10; field
59 ::testing::Property("linux_errno", &DnsQueryEvent::linux_errno,60 ::testing::Eq(other.linux_errno())),
160 *os << " linux_errno: " << event.linux_errno() << "\n"; in PrintTo()