Searched refs:RAW_LOG (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/ |
D | browser_main_posix.cc | 145 RAW_LOG(WARNING, "No UI thread, exiting ungracefully."); in ThreadMain() 158 RAW_LOG(WARNING, "Still here, exiting really ungracefully."); in ThreadMain()
|
/external/chromium/base/ |
D | process_util_posix.cc | 311 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()
|
D | dir_reader_linux.h | 41 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
|
D | file_descriptor_shuffle.cc | 43 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed " in PerformInjectiveMultimapDestructive()
|
D | logging.h | 874 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
|
/external/chromium/base/test/ |
D | test_suite.cc | 163 RAW_LOG(FATAL, str.c_str()); in UnitTestAssertHandler()
|