Searched refs:RAW_LOG (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/process/ |
D | launch_posix.cc | 188 RAW_LOG(FATAL, "sigaction (get) failed."); in ResetChildSignalHandlersToDefaults() 196 RAW_LOG(FATAL, "sigaction (set) failed."); in ResetChildSignalHandlersToDefaults() 202 RAW_LOG(FATAL, "Cound not fix sa_restorer."); in ResetChildSignalHandlersToDefaults() 396 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchProcess() 402 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchProcess() 410 RAW_LOG(ERROR, "setpgid failed"); in LaunchProcess() 421 RAW_LOG(WARNING, "getrlimit failed"); in LaunchProcess() 425 RAW_LOG(WARNING, "setrlimit failed"); in LaunchProcess() 453 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); in LaunchProcess() 456 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set"); in LaunchProcess() [all …]
|
D | process_metrics_posix.cc | 63 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); in GetMaxFds()
|
/external/libchrome/base/files/ |
D | dir_reader_linux.h | 43 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle.cc | 47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed " in PerformInjectiveMultimapDestructive()
|
/external/libchrome/base/ |
D | logging.h | 1112 #define RAW_LOG(level, message) \ macro
|