Home
last modified time | relevance | path

Searched refs:PLOG (Results 1 – 25 of 49) sorted by relevance

12

/external/chromium/chrome/common/
Dservice_process_util_posix.cc36 PLOG(ERROR) << "read"; in OnFileCanReadWithoutBlocking()
53 PLOG(ERROR) << "write"; in SigTermHandler()
83 PLOG(ERROR) << "sigaction"; in SignalReady()
111 PLOG(ERROR) << "close"; in ~StateData()
116 PLOG(ERROR) << "close"; in ~StateData()
121 PLOG(ERROR) << "sigaction"; in ~StateData()
152 PLOG(ERROR) << "pipe"; in SignalReady()
Dmulti_process_lock_linux.cc54 PLOG(ERROR) << "Couldn't create sun_path - " << name_; in TryLock()
70 PLOG(ERROR) << "Couldn't create socket - " << name_; in TryLock()
80 PLOG(ERROR) << "Couldn't bind socket - " in TryLock()
84 PLOG(ERROR) << "close"; in TryLock()
96 PLOG(ERROR) << "close"; in Unlock()
Dlogging_chrome.cc192 PLOG(WARNING) << "Unable to unlink " << symlink_path.value(); in SetUpSymlinkIfNeeded()
195 PLOG(ERROR) << "Unable to create symlink " << symlink_path.value() in SetUpSymlinkIfNeeded()
200 PLOG(ERROR) << "Unable to read symlink " << symlink_path.value(); in SetUpSymlinkIfNeeded()
208 PLOG(WARNING) << "Unable to unlink symlink " << link_path.value(); in RemoveSymlinkAndLog()
210 PLOG(WARNING) << "Unable to unlink log file " << target_path.value(); in RemoveSymlinkAndLog()
310 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value() in InitChromeLogging()
318 PLOG(ERROR) << "Unable to initialize logging to " << log_path.value(); in InitChromeLogging()
Dservice_process_util_linux.cc64 PLOG(ERROR) << "kill"; in ForceServiceProcessShutdown()
Dimportant_file_writer.cc68 PLOG(WARNING) << "failed to write " << path_.value() in LogFailure()
/external/chromium/chrome/browser/chromeos/
Dexternal_metrics.cc119 PLOG(ERROR) << event_file_path << ": bad metrics file stat"; in CollectEvents()
130 PLOG(ERROR) << event_file_path << ": cannot open"; in CollectEvents()
135 PLOG(ERROR) << event_file_path << ": cannot lock"; in CollectEvents()
147 PLOG(ERROR) << "reading metrics message header"; in CollectEvents()
169 PLOG(ERROR) << "reading metrics message body"; in CollectEvents()
208 PLOG(ERROR) << "truncate metrics log"; in CollectEvents()
212 PLOG(ERROR) << "unlock metrics log"; in CollectEvents()
216 PLOG(ERROR) << "close metrics log"; in CollectEvents()
/external/chromium/net/base/
Dnetwork_change_notifier_netlink_linux.cc63 PLOG(ERROR) << "Error creating netlink socket"; in InitializeNetlinkSocket()
68 PLOG(ERROR) << "Failed to set netlink socket to non-blocking mode."; in InitializeNetlinkSocket()
70 PLOG(ERROR) << "Failed to close socket"; in InitializeNetlinkSocket()
83 PLOG(ERROR) << "Error binding netlink socket"; in InitializeNetlinkSocket()
85 PLOG(ERROR) << "Failed to close socket"; in InitializeNetlinkSocket()
Dnetwork_change_notifier_linux.cc83 PLOG(ERROR) << "Failed to close socket"; in CleanUp()
142 PLOG(DFATAL) << "recv"; in ReadNotificationMessage()
Dnet_util_posix.cc65 PLOG(ERROR) << "getifaddrs"; in GetNetworkList()
/external/chromium/net/socket/
Dtcp_server_socket_win.cc45 PLOG(ERROR) << "WSACreateEvent()"; in Listen()
51 PLOG(ERROR) << "socket() returned an error"; in Listen()
69 PLOG(ERROR) << "bind() returned an error"; in Listen()
77 PLOG(ERROR) << "listen() returned an error"; in Listen()
141 PLOG(ERROR) << "closesocket"; in AcceptInternal()
159 PLOG(ERROR) << "closesocket"; in Close()
172 PLOG(ERROR) << "WSAEnumNetworkEvents()"; in OnObjectSignaled()
Dtcp_server_socket_libevent.cc63 PLOG(ERROR) << "socket() returned an error"; in Listen()
81 PLOG(ERROR) << "bind() returned an error"; in Listen()
89 PLOG(ERROR) << "listen() returned an error"; in Listen()
128 PLOG(ERROR) << "WatchFileDescriptor failed on read"; in Accept()
157 PLOG(ERROR) << "close"; in AcceptInternal()
175 PLOG(ERROR) << "close"; in Close()
Dtcp_client_socket_libevent.cc58 PLOG(ERROR) << "Failed to set SO_KEEPALIVE on fd: " << fd; in SetTCPKeepAlive()
69 PLOG(ERROR) << "Failed to set TCP_KEEPIDLE on fd: " << fd; in SetTCPKeepAlive()
74 PLOG(ERROR) << "Failed to set TCP_KEEPINTVL on fd: " << fd; in SetTCPKeepAlive()
340 PLOG(ERROR) << "close"; in DoDisconnect()
560 PLOG(ERROR) << "getsockname() [rv: " << rv << "] error: "; in LogConnectCompletion()
/external/chromium/base/
Dsync_socket_posix.cc68 PLOG(ERROR) << "close"; in CreatePair()
72 PLOG(ERROR) << "close"; in CreatePair()
85 PLOG(ERROR) << "close"; in Close()
Dshared_memory_posix.cc83 PLOG(ERROR) << "close"; in CloseHandle()
154 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in CreateNamed()
157 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value(); in CreateNamed()
164 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in CreateNamed()
234 PLOG(ERROR) << "close"; in Close()
Dprocess_util_posix.cc273 PLOG(ERROR) << "Unable to terminate process group " << process_group_id; in KillProcessGroup()
518 PLOG(ERROR) << "fork"; in LaunchAppImpl()
700 PLOG(ERROR) << "waitpid(" << handle << ")"; in GetTerminationStatus()
782 PLOG(ERROR) << "kqueue"; in WaitForSingleNonChildProcess()
805 PLOG(ERROR) << "close"; in WaitForSingleNonChildProcess()
808 PLOG(ERROR) << "kevent"; in WaitForSingleNonChildProcess()
Dlogging_unittest.cc73 PLOG(INFO) << mock_log_source.Log(); in TEST_F()
156 PLOG(INFO) << mock_log_source.Log(); in TEST_F()
Dmessage_pump_libevent.cc124 PLOG(ERROR) << "close"; in ~MessagePumpLibevent()
128 PLOG(ERROR) << "close"; in ~MessagePumpLibevent()
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc151 PLOG(ERROR) << "write() failed"; in WriteToSocket()
190 PLOG(ERROR) << "read() failed"; in ReadFromSocket()
240 PLOG(ERROR) << "readlink(" << path.value() << ") failed"; in ReadLink()
249 PLOG(ERROR) << "Failed to unlink " << path.value(); in UnlinkPath()
264 PLOG(ERROR) << "Failed to create " << path.value(); in SymlinkPath()
442 PLOG(ERROR) << "readlink failed"; in ConnectSocket()
581 PLOG(ERROR) << "accept() failed"; in OnFileCanReadWithoutBlocking()
677 PLOG(ERROR) << "read() failed"; in OnFileCanReadWithoutBlocking()
741 PLOG(ERROR) << "shutdown() failed"; in FinishWithACK()
856 PLOG(ERROR) << "shutdown() failed"; in NotifyOtherProcessWithTimeout()
[all …]
Dbrowser_main_posix.cc175 PLOG(INFO) << "Failed to set file descriptor limit"; in SetFileDescriptorLimit()
178 PLOG(INFO) << "Failed to get file descriptor limit"; in SetFileDescriptorLimit()
244 PLOG(DFATAL) << "Failed to create pipe"; in PostMainMessageLoopStart()
Dshell_integration_linux.cc130 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop()
137 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop()
148 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop()
/external/chromium/net/test/
Dtest_server_win.cc115 PLOG(ERROR) << "ReadFile failed"; in ReadData()
156 PLOG(ERROR) << "Failed to create pipe"; in LaunchPython()
165 PLOG(ERROR) << "Failed to enable pipe inheritance"; in LaunchPython()
/external/chromium/chrome/browser/policy/
Dconfiguration_policy_loader_win.cc22 PLOG(WARNING) << "Failed to register user group policy notification"; in ConfigurationPolicyLoaderWin()
26 PLOG(WARNING) << "Failed to register machine group policy notification."; in ConfigurationPolicyLoaderWin()
/external/chromium/chrome/browser/extensions/
Dextension_creator.cc212 PLOG(ERROR) << "fwrite failed to write header"; in WriteCRX()
216 PLOG(ERROR) << "fwrite failed to write public_key.front"; in WriteCRX()
220 PLOG(ERROR) << "fwrite failed to write signature.front"; in WriteCRX()
231 PLOG(ERROR) << "fwrite failed to write buffer"; in WriteCRX()
/external/chromium/base/files/
Dfile_path_watcher_mac.cc197 PLOG(ERROR) << "close"; in CloseFileDescriptor()
205 PLOG(ERROR) << "kevent"; in AreKeventValuesValid()
434 PLOG(ERROR) << "kqueue"; in Watch()
/external/chromium/net/udp/
Dudp_socket_libevent.cc76 PLOG(ERROR) << "close"; in Close()
149 PLOG(ERROR) << "WatchFileDescriptor failed on read"; in RecvFrom()

12