OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScopedClearErrno
(Results
1 - 6
of
6
) sorted by null
/external/libchrome/base/
scoped_clear_errno.h
16
class
ScopedClearErrno
{
18
ScopedClearErrno
() : old_errno_(errno) {
21
~
ScopedClearErrno
() {
29
DISALLOW_COPY_AND_ASSIGN(
ScopedClearErrno
);
scoped_clear_errno_unittest.cc
12
TEST(
ScopedClearErrno
, TestNoError) {
15
ScopedClearErrno
clear_error;
21
TEST(
ScopedClearErrno
, TestError) {
24
ScopedClearErrno
clear_error;
/external/libweave/third_party/chromium/base/
scoped_clear_errno.h
16
class
ScopedClearErrno
{
18
ScopedClearErrno
() : old_errno_(errno) {
21
~
ScopedClearErrno
() {
29
DISALLOW_COPY_AND_ASSIGN(
ScopedClearErrno
);
scoped_clear_errno_unittest.cc
13
TEST(
ScopedClearErrno
, TestNoError) {
16
ScopedClearErrno
clear_error;
22
TEST(
ScopedClearErrno
, TestError) {
25
ScopedClearErrno
clear_error;
/external/libweave/third_party/chromium/base/strings/
stringprintf.cc
51
ScopedClearErrno
clear_errno;
/external/libchrome/base/strings/
stringprintf.cc
59
ScopedClearErrno
clear_errno;
Completed in 124 milliseconds