Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h91 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno() function
108 int GetErrno() const { return errno_; } in GetErrno() function
172 int GetErrno() const { return copying_output_.GetErrno(); } in GetErrno() function
183 int GetErrno() const { return errno_; } in GetErrno() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_impl.h91 int GetErrno() const { return copying_input_.GetErrno(); } in GetErrno() function
108 int GetErrno() const { return errno_; } in GetErrno() function
172 int GetErrno() const { return copying_output_.GetErrno(); } in GetErrno() function
183 int GetErrno() const { return errno_; } in GetErrno() function
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h325 int GetErrno() const { return errno_; } in GetErrno() function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsyscall_wrapper_impl.cc95 int SyscallWrapperImpl::GetErrno() const { return errno_; } in GetErrno() function in bluetooth::hal::SyscallWrapperImpl
/aosp_15_r20/frameworks/base/libs/hwui/service/
H A DGraphicsStatsService.cpp75 int GetErrno() { return mCopyAdapter.mErrno; } in GetErrno() function in android::uirenderer::FileOutputStreamLite
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py4489 def GetErrno(self): member in FakeOsModuleWalkTest