OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errno_
(Results
1 - 12
of
12
) sorted by null
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
zero_copy_stream_impl.cc
110
errno_
(0),
117
GOOGLE_LOG(ERROR) << "close() failed: " << strerror(
errno_
);
130
errno_
= errno;
147
errno_
= errno;
209
errno_
(0) {
215
GOOGLE_LOG(ERROR) << "close() failed: " << strerror(
errno_
);
228
errno_
= errno;
260
errno_
= errno;
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
zero_copy_stream_impl.h
104
int GetErrno() { return
errno_
; }
117
int
errno_
;
member in class:google::protobuf::io::FileInputStream::CopyingFileInputStream
186
int GetErrno() { return
errno_
; }
198
int
errno_
;
member in class:google::protobuf::io::FileOutputStream::CopyingFileOutputStream
/build/kati/
find.cc
308
: DirentNode(name), to_(NULL),
errno_
(0) {
312
if (
errno_
== 0 && to_)
322
if (fc.follows_symlinks &&
errno_
!= ENOENT) {
323
if (
errno_
) {
326
path->c_str(), strerror(
errno_
));
343
return
errno_
== 0 && to_ && to_->IsDirectory();
351
errno_
= e;
356
int
errno_
;
member in class:__anon1261::DirentSymlinkNode
/external/gmock/include/gmock/
gmock-actions.h
664
:
errno_
(errno_value),
668
errno =
errno_
;
673
const int
errno_
;
member in class:testing::internal::SetErrnoAndReturnAction
[
all
...]
/external/google-breakpad/src/testing/include/gmock/
gmock-actions.h
664
:
errno_
(errno_value),
668
errno =
errno_
;
673
const int
errno_
;
member in class:testing::internal::SetErrnoAndReturnAction
[
all
...]
/hardware/qcom/audio/hal/audio_extn/
sndmonitor.c
433
int
errno_
= errno;
local
435
switch (
errno_
) {
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/
__init__.py
[
all
...]
Completed in 457 milliseconds