Searched defs:GetErrno (Results 1 – 4 of 4) sorted by relevance
91 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno() function108 int GetErrno() const { return errno_; } in GetErrno() function172 int GetErrno() const { return copying_output_.GetErrno(); } in GetErrno() function183 int GetErrno() const { return errno_; } in GetErrno() function
4729 def GetErrno(self): member in FakeOsModuleWalkTest