Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dbrowser_main_posix.cc145 RAW_LOG(WARNING, "No UI thread, exiting ungracefully."); in ThreadMain()
158 RAW_LOG(WARNING, "Still here, exiting really ungracefully."); in ThreadMain()
/external/chromium/base/
Dprocess_util_posix.cc311 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); in CloseSuperfluousFds()
531 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchAppImpl()
538 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchAppImpl()
546 RAW_LOG(ERROR, "setpgid failed"); in LaunchAppImpl()
586 RAW_LOG(ERROR, "LaunchApp: failed to execvp:"); in LaunchAppImpl()
587 RAW_LOG(ERROR, argv_cstr[0]); in LaunchAppImpl()
Ddir_reader_linux.h41 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
Dfile_descriptor_shuffle.cc43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed " in PerformInjectiveMultimapDestructive()
Dlogging.h874 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
/external/chromium/base/test/
Dtest_suite.cc163 RAW_LOG(FATAL, str.c_str()); in UnitTestAssertHandler()