HomeSort by relevance Sort by last modified time
    Searched defs:GetErrno (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h 73 // an error occurs during the process; use GetErrno() to examine the error.
88 int GetErrno() { return copying_input_.GetErrno(); }
104 int GetErrno() { return errno_; }
151 // an error occurs during the process; use GetErrno() to examine the error.
171 int GetErrno() { return copying_output_.GetErrno(); }
186 int GetErrno() { return errno_; }
  /frameworks/base/libs/hwui/service/
GraphicsStatsService.cpp 70 int GetErrno() { return mCopyAdapter.mErrno; }
297 if (output.GetErrno() != 0) {
299 output.GetErrno(), strerror(output.GetErrno()));
  /device/google/cuttlefish_common/common/libs/fs/
shared_fd.h 269 int GetErrno() const { return errno_; }

Completed in 288 milliseconds