HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /art/runtime/
signal_set.h 30 PLOG(FATAL) << "sigemptyset failed";
36 PLOG(FATAL) << "sigaddset " << signal << " failed";
42 PLOG(FATAL) << "sigprocmask failed";
51 PLOG(FATAL) << "sigwait failed";
thread_android.cc 65 PLOG(INFO) << *this << " setPriority(PRIO_PROCESS, " << tid << ", " << newNice << ") failed";
73 PLOG(WARNING) << "getpriority failed";
  /external/chromium/chrome/common/
multi_process_lock_linux.cc 54 PLOG(ERROR) << "Couldn't create sun_path - " << name_;
70 PLOG(ERROR) << "Couldn't create socket - " << name_;
80 PLOG(ERROR) << "Couldn't bind socket - "
84 PLOG(ERROR) << "close";
96 PLOG(ERROR) << "close";
service_process_util_posix.cc 36 PLOG(ERROR) << "read";
46 // a shutdown is SIGTERM. "write" is a signal safe function. PLOG(ERROR) is
53 PLOG(ERROR) << "write";
83 PLOG(ERROR) << "sigaction";
111 PLOG(ERROR) << "close";
116 PLOG(ERROR) << "close";
121 PLOG(ERROR) << "sigaction";
152 PLOG(ERROR) << "pipe";
  /external/chromium_org/chrome/installer/test/
resource_updater.cc 30 PLOG(DFATAL)
50 PLOG(DFATAL) << "UpdateResource failed for resource \"" << name << "\"";
52 PLOG(DFATAL) << "Failed mapping \"" << input_file.value() << "\"";
61 PLOG(DFATAL) << "EndUpdateResource failed";
  /external/chromium_org/remoting/host/
ipc_util_posix.cc 28 PLOG(ERROR) << "socketpair()";
35 PLOG(ERROR) << "fcntl(O_NONBLOCK)";
37 PLOG(ERROR) << "close()";
39 PLOG(ERROR) << "close()";
  /external/chromium/net/base/
network_change_notifier_netlink_linux.cc 63 PLOG(ERROR) << "Error creating netlink socket";
68 PLOG(ERROR) << "Failed to set netlink socket to non-blocking mode.";
70 PLOG(ERROR) << "Failed to close socket";
83 PLOG(ERROR) << "Error binding netlink socket";
85 PLOG(ERROR) << "Failed to close socket";
  /external/chromium_org/ipc/
unix_domain_socket_util.cc 50 PLOG(ERROR) << "socket";
57 PLOG(ERROR) << "fcntl(O_NONBLOCK)";
94 PLOG(ERROR) << "unlink " << socket_name;
101 PLOG(ERROR) << "bind " << socket_path.value();
107 PLOG(ERROR) << "listen " << socket_path.value();
132 PLOG(ERROR) << "connect " << socket_path.value();
146 PLOG(ERROR) << "getpeereid " << fd;
155 PLOG(ERROR) << "getsockopt " << fd;
192 PLOG(ERROR) << "fcntl(O_NONBLOCK) " << accept_fd;
ipc_channel_factory.cc 80 PLOG(ERROR) << "close";
83 PLOG(ERROR) << "unlink";
  /external/chromium_org/base/test/
multiprocess_test_android.cc 27 PLOG(ERROR) << "fork";
53 PLOG(FATAL) << "dup2";
  /external/chromium_org/net/disk_cache/simple/
simple_index_file_posix.cc 34 PLOG(ERROR) << "opendir " << cache_path.value();
48 PLOG(ERROR) << "readdir_r " << cache_path.value();
  /external/chromium_org/chrome/common/
multi_process_lock_linux.cc 52 PLOG(ERROR) << "Couldn't create sun_path - " << name_;
68 PLOG(ERROR) << "Couldn't create socket - " << name_;
82 PLOG(ERROR) << "close";
  /art/runtime/native/
dalvik_system_Zygote.cc 106 PLOG(WARNING) << "Zygote SIGCHLD error in waitpid";
124 PLOG(WARNING) << "Error setting SIGCHLD handler";
136 PLOG(WARNING) << "Error unsetting SIGCHLD handler";
152 PLOG(FATAL) << "setgroups failed";
180 PLOG(FATAL) << "setrlimit(" << javaRlimit[0] << ", "
195 PLOG(ERROR) << "prctl(PR_SET_DUMPABLE) failed for pid " << getpid();
202 PLOG(ERROR) << "setrlimit(RLIMIT_CORE) failed for pid " << getpid();
209 PLOG(FATAL) << "prctl(PR_SET_KEEPCAPS) failed";
222 PLOG(ERROR) << "prctl(PR_CAPBSET_DROP) failed with EINVAL. Please verify "
225 PLOG(FATAL) << "prctl(PR_CAPBSET_DROP) failed"
    [all...]
  /external/chromium/net/socket/
tcp_server_socket_win.cc 45 PLOG(ERROR) << "WSACreateEvent()";
51 PLOG(ERROR) << "socket() returned an error";
69 PLOG(ERROR) << "bind() returned an error";
77 PLOG(ERROR) << "listen() returned an error";
141 PLOG(ERROR) << "closesocket";
159 PLOG(ERROR) << "closesocket";
172 PLOG(ERROR) << "WSAEnumNetworkEvents()";
tcp_server_socket_libevent.cc 63 PLOG(ERROR) << "socket() returned an error";
81 PLOG(ERROR) << "bind() returned an error";
89 PLOG(ERROR) << "listen() returned an error";
128 PLOG(ERROR) << "WatchFileDescriptor failed on read";
157 PLOG(ERROR) << "close";
175 PLOG(ERROR) << "close";
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.cc 63 PLOG(ERROR) << "Could not create temp dir in " << temp_path_.value();
67 PLOG(ERROR) << "Could not back up " << key_file.value()
83 PLOG(INFO) << "Failed to open " << key_file.value();
96 PLOG(DFATAL) << "Unexpectedly could not delete " << key_file.value();
114 PLOG(ERROR) << "Failed to get backup path in folder "
159 PLOG(WARNING) << "Rollback: Failed to move backup file back in place: "
move_tree_work_item.cc 47 PLOG(ERROR) << "Failed to get backup path in folder "
82 PLOG(ERROR) << "failed moving " << dest_path_.value()
94 PLOG(ERROR) << "failed move " << source_path_.value()
  /external/chromium/base/
sync_socket_posix.cc 68 PLOG(ERROR) << "close";
72 PLOG(ERROR) << "close";
85 PLOG(ERROR) << "close";
  /art/runtime/jdwp/
jdwp_socket.cc 122 PLOG(probe ? ERROR : FATAL) << "Socket create failed";
130 PLOG(probe ? ERROR : FATAL) << "setsockopt(SO_REUSEADDR) failed";
144 PLOG(probe ? ERROR : FATAL) << "Attempt to bind to port " << port << " failed";
151 PLOG(probe ? ERROR : FATAL) << "Listen failed";
231 PLOG(ERROR) << "accept failed";
234 PLOG(ERROR) << "accept failed";
288 PLOG(WARNING) << "gethostbyname('" << options->host << "') failed";
306 PLOG(ERROR) << "Unable to create socket";
314 PLOG(ERROR) << "Unable to connect to " << inet_ntoa(addr.addrInet.sin_addr) << ":" << ntohs(addr.addrInet.sin_port);
411 PLOG(ERROR) << "select failed"
    [all...]
jdwp_adb.cc 166 PLOG(WARNING) << "Receiving file descriptor from ADB failed (socket " << control_sock_ << ")";
200 PLOG(ERROR) << "Could not create ADB control socket";
230 PLOG(ERROR) << "trouble shutting down socket";
243 PLOG(ERROR) << "Weird, can't send JDWP process pid to ADB";
247 PLOG(ERROR) << "Can't connect to ADB control socket";
360 PLOG(ERROR) << "select failed";
423 PLOG(ERROR) << "Failed writing handshake bytes (" << cc << " of " << kMagicHandshakeLen << ")";
  /external/chromium/chrome/browser/chromeos/
external_metrics.cc 119 PLOG(ERROR) << event_file_path << ": bad metrics file stat";
130 PLOG(ERROR) << event_file_path << ": cannot open";
135 PLOG(ERROR) << event_file_path << ": cannot lock";
147 PLOG(ERROR) << "reading metrics message header";
169 PLOG(ERROR) << "reading metrics message body";
208 PLOG(ERROR) << "truncate metrics log";
212 PLOG(ERROR) << "unlock metrics log";
216 PLOG(ERROR) << "close metrics log";
  /external/chromium/chrome/browser/policy/
configuration_policy_loader_win.cc 22 PLOG(WARNING) << "Failed to register user group policy notification";
26 PLOG(WARNING) << "Failed to register machine group policy notification.";
  /external/chromium_org/net/socket/
tcp_server_socket_win.cc 43 PLOG(ERROR) << "WSACreateEvent()";
49 PLOG(ERROR) << "socket() returned an error";
73 PLOG(ERROR) << "bind() returned an error";
81 PLOG(ERROR) << "listen() returned an error";
166 PLOG(ERROR) << "closesocket";
176 PLOG(ERROR) << "closesocket";
189 PLOG(ERROR) << "closesocket";
202 PLOG(ERROR) << "WSAEnumNetworkEvents()";
  /art/runtime/base/unix_file/
mapped_file.cc 45 PLOG(WARNING) << "Failed to stat file '" << GetPath() << "'";
53 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
66 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
76 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
88 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size "
  /external/chromium_org/net/base/
address_tracker_linux.cc 89 PLOG(ERROR) << "Could not create NETLINK socket";
105 PLOG(ERROR) << "Could not bind NETLINK socket";
129 PLOG(ERROR) << "Could not send NETLINK request";
147 PLOG(ERROR) << "Could not send NETLINK request";
163 PLOG(ERROR) << "Could not watch NETLINK socket";
217 PLOG(ERROR) << "Failed to recv from netlink socket";
310 PLOG(ERROR) << "Could not close NETLINK socket.";

Completed in 745 milliseconds

1 2 3 4 5 6 7 8