/external/chromium/chrome/common/ |
D | service_process_util_posix.cc | 36 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()
|
D | multi_process_lock_linux.cc | 54 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()
|
D | logging_chrome.cc | 192 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()
|
D | service_process_util_linux.cc | 64 PLOG(ERROR) << "kill"; in ForceServiceProcessShutdown()
|
D | important_file_writer.cc | 68 PLOG(WARNING) << "failed to write " << path_.value() in LogFailure()
|
/external/chromium/chrome/browser/chromeos/ |
D | external_metrics.cc | 119 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/ |
D | network_change_notifier_netlink_linux.cc | 63 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()
|
D | network_change_notifier_linux.cc | 83 PLOG(ERROR) << "Failed to close socket"; in CleanUp() 142 PLOG(DFATAL) << "recv"; in ReadNotificationMessage()
|
D | net_util_posix.cc | 65 PLOG(ERROR) << "getifaddrs"; in GetNetworkList()
|
/external/chromium/net/socket/ |
D | tcp_server_socket_win.cc | 45 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()
|
D | tcp_server_socket_libevent.cc | 63 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()
|
D | tcp_client_socket_libevent.cc | 58 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/ |
D | sync_socket_posix.cc | 68 PLOG(ERROR) << "close"; in CreatePair() 72 PLOG(ERROR) << "close"; in CreatePair() 85 PLOG(ERROR) << "close"; in Close()
|
D | shared_memory_posix.cc | 83 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()
|
D | process_util_posix.cc | 273 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()
|
D | logging_unittest.cc | 73 PLOG(INFO) << mock_log_source.Log(); in TEST_F() 156 PLOG(INFO) << mock_log_source.Log(); in TEST_F()
|
D | message_pump_libevent.cc | 124 PLOG(ERROR) << "close"; in ~MessagePumpLibevent() 128 PLOG(ERROR) << "close"; in ~MessagePumpLibevent()
|
/external/chromium/chrome/browser/ |
D | process_singleton_linux.cc | 151 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 …]
|
D | browser_main_posix.cc | 175 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()
|
D | shell_integration_linux.cc | 130 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop() 137 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop() 148 PLOG(ERROR) << "close"; in CreateShortcutOnDesktop()
|
/external/chromium/net/test/ |
D | test_server_win.cc | 115 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/ |
D | configuration_policy_loader_win.cc | 22 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/ |
D | extension_creator.cc | 212 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/ |
D | file_path_watcher_mac.cc | 197 PLOG(ERROR) << "close"; in CloseFileDescriptor() 205 PLOG(ERROR) << "kevent"; in AreKeventValuesValid() 434 PLOG(ERROR) << "kqueue"; in Watch()
|
/external/chromium/net/udp/ |
D | udp_socket_libevent.cc | 76 PLOG(ERROR) << "close"; in Close() 149 PLOG(ERROR) << "WatchFileDescriptor failed on read"; in RecvFrom()
|