Searched defs:GetErrno (Results 1 – 6 of 6) 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
325 int GetErrno() const { return errno_; } in GetErrno() function
95 int SyscallWrapperImpl::GetErrno() const { return errno_; } in GetErrno() function in bluetooth::hal::SyscallWrapperImpl
75 int GetErrno() { return mCopyAdapter.mErrno; } in GetErrno() function in android::uirenderer::FileOutputStreamLite
4489 def GetErrno(self): member in FakeOsModuleWalkTest