Home
last modified time | relevance | path

Searched refs:SystemErrorCodeToString (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/synchronization/
Dlock_impl_posix.cc33 std::string SystemErrorCodeToString(int error_code) { in SystemErrorCodeToString() function
60 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
64 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
70 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
73 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
75 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in LockImpl()
80 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in ~LockImpl()
85 DCHECK(rv == 0 || rv == EBUSY) << ". " << SystemErrorCodeToString(rv); in Try()
103 DCHECK_EQ(rv, 0) << ". " << SystemErrorCodeToString(rv); in Lock()
/external/libbrillo/brillo/
Dbinder_watcher.cc47 << logging::SystemErrorCodeToString(err); in Init()
/external/libchrome/base/
Dlogging.cc948 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) { in SystemErrorCodeToString() function
979 stream() << ": " << SystemErrorCodeToString(err_); in ~Win32ErrorLogMessage()
995 stream() << ": " << SystemErrorCodeToString(err_); in ~ErrnoLogMessage()
Dlogging.h1059 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
/external/libchrome/base/memory/
Ddiscardable_shared_memory.cc410 << logging::SystemErrorCodeToString(discard_result); in Purge()