Home
last modified time | relevance | path

Searched refs:ScopedClearErrno (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/base/
Dscoped_clear_errno.h16 class ScopedClearErrno {
18 ScopedClearErrno() : old_errno_(errno) { in ScopedClearErrno() function
21 ~ScopedClearErrno() { in ~ScopedClearErrno()
29 DISALLOW_COPY_AND_ASSIGN(ScopedClearErrno);
Dscoped_clear_errno_unittest.cc12 TEST(ScopedClearErrno, TestNoError) { in TEST() argument
15 ScopedClearErrno clear_error; in TEST()
21 TEST(ScopedClearErrno, TestError) { in TEST() argument
24 ScopedClearErrno clear_error; in TEST()
/external/libweave/third_party/chromium/base/
Dscoped_clear_errno.h16 class ScopedClearErrno {
18 ScopedClearErrno() : old_errno_(errno) { in ScopedClearErrno() function
21 ~ScopedClearErrno() { in ~ScopedClearErrno()
29 DISALLOW_COPY_AND_ASSIGN(ScopedClearErrno);
Dscoped_clear_errno_unittest.cc13 TEST(ScopedClearErrno, TestNoError) { in TEST() argument
16 ScopedClearErrno clear_error; in TEST()
22 TEST(ScopedClearErrno, TestError) { in TEST() argument
25 ScopedClearErrno clear_error; in TEST()
/external/libweave/third_party/chromium/base/strings/
Dstringprintf.cc51 ScopedClearErrno clear_errno; in StringAppendVT()
/external/libchrome/base/strings/
Dstringprintf.cc59 ScopedClearErrno clear_errno; in StringAppendVT()