/external/chromium_org/ipc/ |
D | unix_domain_socket_util.cc | 50 PLOG(ERROR) << "socket"; in MakeUnixAddrForPath() 57 PLOG(ERROR) << "fcntl(O_NONBLOCK)"; in MakeUnixAddrForPath() 94 PLOG(ERROR) << "unlink " << socket_name; in CreateServerUnixDomainSocket() 101 PLOG(ERROR) << "bind " << socket_path.value(); in CreateServerUnixDomainSocket() 107 PLOG(ERROR) << "listen " << socket_path.value(); in CreateServerUnixDomainSocket() 132 PLOG(ERROR) << "connect " << socket_path.value(); in CreateClientUnixDomainSocket() 146 PLOG(ERROR) << "getpeereid " << fd; in GetPeerEuid() 155 PLOG(ERROR) << "getsockopt " << fd; in GetPeerEuid() 192 PLOG(ERROR) << "fcntl(O_NONBLOCK) " << accept_fd; in ServerAcceptConnection()
|
D | ipc_channel_posix.cc | 201 PLOG(ERROR) << "socketpair()"; in SocketPair() 208 PLOG(ERROR) << "fcntl(O_NONBLOCK)"; in SocketPair() 210 PLOG(ERROR) << "close"; in SocketPair() 212 PLOG(ERROR) << "close"; in SocketPair() 244 PLOG(ERROR) << "fcntl(F_GETFL) " << pipe_name_; in CreatePipe() 478 PLOG(ERROR) << "pipe error on " in ProcessOutgoingMessages() 551 PLOG(ERROR) << "close " << pipe_name_; in CloseClientFileDescriptor() 575 PLOG(ERROR) << "close pipe_ " << pipe_name_; in ResetToAcceptingConnectionState() 581 PLOG(ERROR) << "close fd_pipe_ " << pipe_name_; in ResetToAcceptingConnectionState() 586 PLOG(ERROR) << "close remote_fd_pipe_ " << pipe_name_; in ResetToAcceptingConnectionState() [all …]
|
/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()
|
/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_org/remoting/host/ |
D | ipc_util_posix.cc | 28 PLOG(ERROR) << "socketpair()"; in CreateConnectedIpcChannel() 35 PLOG(ERROR) << "fcntl(O_NONBLOCK)"; in CreateConnectedIpcChannel() 37 PLOG(ERROR) << "close()"; in CreateConnectedIpcChannel() 39 PLOG(ERROR) << "close()"; in CreateConnectedIpcChannel()
|
D | pairing_registry_delegate_win.cc | 29 PLOG(ERROR) << "Failed to duplicate a registry key handle"; in DuplicateKeyHandle() 46 PLOG(ERROR) << "Cannot read value '" << value_name << "'"; in ReadValue() 89 PLOG(ERROR) << "Cannot write value '" << value_name << "'"; in WriteValue() 134 PLOG(ERROR) << "Cannot get the name of value " << index; in LoadAll() 235 PLOG(ERROR) << "Cannot delete pairing entry '" << client_id << "'"; in Delete() 244 PLOG(ERROR) << "Cannot delete pairing entry '" << client_id << "'"; in Delete()
|
/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()
|
/external/chromium_org/chrome/installer/test/ |
D | resource_updater.cc | 30 PLOG(DFATAL) in Initialize() 50 PLOG(DFATAL) << "UpdateResource failed for resource \"" << name << "\""; in Update() 52 PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\""; in Update() 61 PLOG(DFATAL) << "EndUpdateResource failed"; in Commit()
|
/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()
|
/external/chromium_org/chrome/installer/util/ |
D | delete_tree_work_item.cc | 63 PLOG(ERROR) << "Could not create temp dir in " << temp_path_.value(); in Do() 67 PLOG(ERROR) << "Could not back up " << key_file.value() in Do() 83 PLOG(INFO) << "Failed to open " << key_file.value(); in Do() 96 PLOG(DFATAL) << "Unexpectedly could not delete " << key_file.value(); in Do() 114 PLOG(ERROR) << "Failed to get backup path in folder " in Do() 159 PLOG(WARNING) << "Rollback: Failed to move backup file back in place: " in Rollback()
|
D | move_tree_work_item.cc | 47 PLOG(ERROR) << "Failed to get backup path in folder " in Do() 82 PLOG(ERROR) << "failed moving " << dest_path_.value() in Do() 94 PLOG(ERROR) << "failed move " << source_path_.value() in Do()
|
/external/chromium_org/net/base/ |
D | address_tracker_linux.cc | 89 PLOG(ERROR) << "Could not create NETLINK socket"; in Init() 105 PLOG(ERROR) << "Could not bind NETLINK socket"; in Init() 129 PLOG(ERROR) << "Could not send NETLINK request"; in Init() 147 PLOG(ERROR) << "Could not send NETLINK request"; in Init() 163 PLOG(ERROR) << "Could not watch NETLINK socket"; in Init() 217 PLOG(ERROR) << "Failed to recv from netlink socket"; in ReadMessages() 310 PLOG(ERROR) << "Could not close NETLINK socket."; in CloseSocket()
|
/external/chromium_org/chrome/browser/mac/ |
D | relauncher.cc | 125 PLOG(ERROR) << "pipe"; in RelaunchAppWithHelper() 166 PLOG(ERROR) << "read"; in RelaunchAppWithHelper() 206 PLOG(ERROR) << "kqueue"; in RelauncherSynchronizeWithParent() 214 PLOG(ERROR) << "kevent (add)"; in RelauncherSynchronizeWithParent() 220 PLOG(ERROR) << "write"; in RelauncherSynchronizeWithParent() 231 PLOG(ERROR) << "kevent (monitor)"; in RelauncherSynchronizeWithParent()
|
/external/chromium_org/chrome/common/ |
D | multi_process_lock_linux.cc | 52 PLOG(ERROR) << "Couldn't create sun_path - " << name_; in TryLock() 68 PLOG(ERROR) << "Couldn't create socket - " << name_; in TryLock() 82 PLOG(ERROR) << "close"; in TryLock()
|
/external/chromium_org/tools/android/forwarder2/ |
D | socket.cc | 113 PLOG(ERROR) << "fcntl"; in SetNonBlocking() 119 PLOG(ERROR) << "fcntl"; in SetNonBlocking() 194 PLOG(ERROR) << "getsockname"; in BindAndListen() 238 PLOG(ERROR) << "getsockopt()"; in Connect() 328 PLOG(ERROR) << "read"; in Read() 338 PLOG(ERROR) << "read"; in NonBlockingRead() 351 PLOG(ERROR) << "send"; in Write() 361 PLOG(ERROR) << "send"; in NonBlockingWrite() 431 PLOG(ERROR) << "select"; in WaitForEvent()
|
/external/chromium_org/win8/metro_driver/ |
D | winrt_utils.cc | 20 PLOG(DFATAL) << message << ", hr = " << std::hex << hr; in CheckHR() 22 PLOG(DFATAL) << "COM ERROR" << ", hr = " << std::hex << hr; in CheckHR() 30 PLOG(DFATAL) << "Hstring creation failed"; in MakeHString() 93 PLOG(DFATAL) << "Invalid argument to CompareProperties."; in CompareProperties() 105 PLOG(DFATAL) << "Can't get property type for lhs, hr=" << std::hex << hr; in CompareProperties()
|
/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()
|
/external/chromium_org/remoting/host/policy_hack/ |
D | policy_watcher_win.cc | 61 PLOG(WARNING) << "Failed to register user group policy notification"; in StartWatchingInternal() 66 PLOG(WARNING) << "Failed to register machine group policy notification."; in StartWatchingInternal() 77 PLOG(WARNING) << "Failed to unregister user group policy notification"; in StopWatchingInternal() 81 PLOG(WARNING) << in StopWatchingInternal()
|
/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 …]
|
/external/chromium_org/net/disk_cache/simple/ |
D | simple_index_file_posix.cc | 34 PLOG(ERROR) << "opendir " << cache_path.value(); in TraverseCacheDirectory() 48 PLOG(ERROR) << "readdir_r " << cache_path.value(); in TraverseCacheDirectory()
|
/external/chromium_org/base/memory/ |
D | shared_memory_posix.cc | 157 PLOG(WARNING) << "unlink"; in Create() 226 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in Create() 229 PLOG(ERROR) << "Unable to access(W_OK|X_OK) " << dir.value(); in Create() 236 PLOG(ERROR) << "Creating shared memory in " << path.value() << " failed"; in Create() 332 PLOG(ERROR) << "close"; in Close() 337 PLOG(ERROR) << "close"; in Close()
|