Home
last modified time | relevance | path

Searched defs:GetErrno (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl.h88 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno() function
104 int GetErrno() const { return errno_; } in GetErrno() function
171 int GetErrno() const { return copying_output_.GetErrno(); } in GetErrno() function
186 int GetErrno() const { return errno_; } in GetErrno() function
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4356 def GetErrno(self): member in FakeOsModuleWalkTest