OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERRNO
(Results
1 - 6
of
6
) sorted by null
/ndk/build/awk/
extract-debuggable.awk
121
if (getline <= 0) _xml_panic("Unexpected EOF: "
ERRNO
);
extract-package-name.awk
122
if (getline <= 0) _xml_panic("Unexpected EOF: "
ERRNO
);
xml.awk
106
if (getline <= 0) _xml_panic("Unexpected EOF: "
ERRNO
);
extract-launchable.awk
180
if (getline <= 0) _xml_panic("Unexpected EOF: "
ERRNO
);
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
47
// LOG_ERRNO(sev) attempts to add a string description of an
errno
-derived
48
// error.
errno
and associated facilities exist on both Windows and POSIX,
125
ERRCTX_ERRNO, // System-local
errno
350
LOG_E(sev,
ERRNO
, err)
352
LOG_ERRNO_EX(sev,
errno
)
373
(
errno
)
/external/chromium/third_party/libjingle/source/talk/base/
logging.h
47
// LOG_ERRNO(sev) attempts to add a string description of an
errno
-derived
48
// error.
errno
and associated facilities exist on both Windows and POSIX,
122
ERRCTX_ERRNO, // System-local
errno
346
LOG_E(sev,
ERRNO
, err)
348
LOG_ERRNO_EX(sev,
errno
)
369
(
errno
)
Completed in 155 milliseconds