Searched refs:RAW_LOG (Results 1 – 11 of 11) sorted by relevance
/external/libchrome/base/process/ |
D | launch_posix.cc | 173 RAW_LOG(FATAL, "sigaction (get) failed."); in ResetChildSignalHandlersToDefaults() 181 RAW_LOG(FATAL, "sigaction (set) failed."); in ResetChildSignalHandlersToDefaults() 187 RAW_LOG(FATAL, "Cound not fix sa_restorer."); in ResetChildSignalHandlersToDefaults() 377 RAW_LOG(ERROR, "Failed to open /dev/null"); in LaunchProcess() 383 RAW_LOG(ERROR, "Failed to dup /dev/null for stdin"); in LaunchProcess() 391 RAW_LOG(ERROR, "setpgid failed"); in LaunchProcess() 402 RAW_LOG(WARNING, "getrlimit failed"); in LaunchProcess() 406 RAW_LOG(WARNING, "setrlimit failed"); in LaunchProcess() 434 RAW_LOG(WARNING, "ioctl(TIOCSCTTY), ctrl terminal not set"); in LaunchProcess() 437 RAW_LOG(WARNING, "setsid failed, ctrl terminal not set"); in LaunchProcess() [all …]
|
D | process_metrics_posix.cc | 48 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); in GetMaxFds()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_client.cc | 89 RAW_LOG(ERROR, "Could not make request to broker process"); in PathAndFlagsSyscall() 114 RAW_LOG(ERROR, "Unsupported command"); in PathAndFlagsSyscall() 118 RAW_LOG(ERROR, "Could not read pickle"); in PathAndFlagsSyscall()
|
D | broker_policy.cc | 58 RAW_LOG(FATAL, "*file_to_access should be NULL"); in GetFileNameIfAllowedToAccess() 86 RAW_LOG(FATAL, "*file_to_open should be NULL"); in GetFileNameIfAllowedToOpen()
|
/external/libchrome/base/files/ |
D | dir_reader_linux.h | 43 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
|
/external/libchrome/sandbox/linux/seccomp-bpf/ |
D | die.cc | 67 RAW_LOG(FATAL, msg); in RawSandboxDie()
|
D | trap.cc | 161 RAW_LOG(ERROR, "Unexpected SIGSYS received."); in SigSys()
|
/external/libchrome/base/posix/ |
D | file_descriptor_shuffle.cc | 47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed " in PerformInjectiveMultimapDestructive()
|
/external/libchrome/sandbox/linux/services/ |
D | syscall_wrappers.cc | 48 RAW_LOG(FATAL, "Invalid usage of sys_clone"); in sys_clone()
|
/external/libweave/third_party/chromium/base/ |
D | logging.h | 679 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
|
/external/libchrome/base/ |
D | logging.h | 918 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
|