Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dlaunch_posix.cc173 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 …]
Dprocess_metrics_posix.cc48 RAW_LOG(ERROR, "getrlimit(RLIMIT_NOFILE) failed"); in GetMaxFds()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_client.cc89 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()
Dbroker_policy.cc58 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/
Ddir_reader_linux.h43 RAW_LOG(ERROR, "Failed to close directory handle"); in ~DirReaderLinux()
/external/libchrome/sandbox/linux/seccomp-bpf/
Ddie.cc67 RAW_LOG(FATAL, msg); in RawSandboxDie()
Dtrap.cc161 RAW_LOG(ERROR, "Unexpected SIGSYS received."); in SigSys()
/external/libchrome/base/posix/
Dfile_descriptor_shuffle.cc47 RAW_LOG(ERROR, "PerformInjectiveMultimapDestructive overflowed " in PerformInjectiveMultimapDestructive()
/external/libchrome/sandbox/linux/services/
Dsyscall_wrappers.cc48 RAW_LOG(FATAL, "Invalid usage of sys_clone"); in sys_clone()
/external/libweave/third_party/chromium/base/
Dlogging.h679 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro
/external/libchrome/base/
Dlogging.h918 #define RAW_LOG(level, message) logging::RawLog(logging::LOG_ ## level, message) macro