Home
last modified time | relevance | path

Searched refs:ErrnoRestorer (Results 1 – 2 of 2) sorted by relevance

/system/core/base/include/android-base/
Dlogging.h94 class ErrnoRestorer {
96 ErrnoRestorer() in ErrnoRestorer() function
100 ~ErrnoRestorer() { in ~ErrnoRestorer()
112 DISALLOW_COPY_AND_ASSIGN(ErrnoRestorer);
129 ::android::base::ErrnoRestorer() && \
141 ::android::base::ErrnoRestorer() && \
/system/core/adb/
Dsysdeps_win32.cpp1336 android::base::ErrnoRestorer er; in _get_console_handle()