HomeSort by relevance Sort by last modified time
    Searched refs:PLOG (Results 1 - 25 of 188) 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_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 29 PLOG(ERROR) << "socketpair()";
36 PLOG(ERROR) << "fcntl(O_NONBLOCK)";
38 PLOG(ERROR) << "close()";
40 PLOG(ERROR) << "close()";
sas_injector_win.cc 68 PLOG(ERROR) << "Failed to restore the software SAS generation policy";
81 PLOG(ERROR) << "Failed to open 'HKLM\\" << kSystemPolicyKeyName << "'";
93 PLOG(ERROR) << "Failed to enable software SAS generation by services";
193 PLOG(ERROR) << "Failed to open '" << kWinlogonDesktopName << "' desktop";
199 PLOG(ERROR) << "Failed to switch to '" << kWinlogonDesktopName
206 PLOG(ERROR) << "Failed to find '" << kSasWindowTitle << "' window";
214 PLOG(ERROR) << "Failed to post WM_HOTKEY message";
curtain_mode_win.cc 36 PLOG(ERROR) << "Failed to map the current PID to session ID";
  /external/chromium_org/ipc/
unix_domain_socket_util.cc 51 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;
191 PLOG(ERROR) << "fcntl(O_NONBLOCK) " << accept_fd.get();
ipc_channel_factory.cc 80 PLOG(ERROR) << "close";
83 PLOG(ERROR) << "unlink";
  /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/remoting/host/win/
com_security.cc 28 PLOG(ERROR) << "Failed to create a security descriptor";
38 PLOG(ERROR) << "MakeScopedAbsoluteSd() failed";
unprivileged_process_delegate.cc 117 PLOG(ERROR) << "Failed to convert a SID to string";
138 PLOG(ERROR) << "Failed to create a security descriptor.";
173 PLOG(ERROR) << "CreateWindowStation() failed";
179 PLOG(ERROR) << "SetProcessWindowStation() failed";
200 PLOG(ERROR) << "SetProcessWindowStation() failed";
205 PLOG(ERROR) << "CreateDesktop() failed";
241 PLOG(ERROR) << "Failed to create a restricted LocalService token";
250 PLOG(ERROR) << "Failed to retrieve the logon SID";
259 PLOG(ERROR) << "Failed to create a security descriptor";
299 PLOG(ERROR) << "Failed to create a window station and desktop"
    [all...]
  /external/chromium_org/tools/android/forwarder2/
pipe_notifier.cc 37 PLOG(ERROR) << "write";
47 PLOG(ERROR) << "read";
  /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";
  /external/chromium_org/mojo/system/
raw_shared_buffer_posix.cc 65 PLOG(WARNING) << "unlink";
73 PLOG(ERROR) << "dup";
78 PLOG(ERROR) << "ftruncate";
98 PLOG(ERROR) << "fstat";
134 PLOG(ERROR) << "mmap";
raw_shared_buffer_win.cc 40 PLOG(ERROR) << "CreateFileMapping";
71 PLOG(ERROR) << "MapViewOfFile";
  /external/chromium_org/tools/android/file_poller/
file_poller.cc 40 PLOG(FATAL);
64 PLOG(FATAL);
72 PLOG(FATAL);
79 PLOG(FATAL);
105 PLOG(FATAL);
115 PLOG(FATAL);
133 PLOG(FATAL);
162 PLOG(FATAL);
164 PLOG(FATAL);
177 PLOG(FATAL)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_win.cc 33 PLOG(ERROR) << "SetupDiGetDeviceInterfaceDetail failed";
56 PLOG(ERROR) << "SetupDiGetDeviceInterfaceDetail failed";
73 PLOG(ERROR) << "Opening device handle failed.";
91 PLOG(ERROR) << "DeviceIoControl";
117 PLOG(ERROR) << "Storage property query failed.";
185 PLOG(ERROR) << "SetupDiEnumDeviceInterfaces failed";
  /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_org/chrome/utility/image_writer/
image_writer_win.cc 48 PLOG(ERROR) << "Storage property query failed";
90 PLOG(ERROR) << "Unable to get device number.";
124 PLOG(ERROR) << "Opening volume handle failed.";
147 PLOG(ERROR) << "Unable to get volume disk extents.";
167 PLOG(ERROR) << "Unable to lock volume.";
183 PLOG(ERROR) << "Unable to dismount volume.";
  /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...]
  /external/chromium_org/base/process/
process_metrics_posix.cc 65 PLOG(INFO) << "Failed to set file descriptor limit";
68 PLOG(INFO) << "Failed to get file descriptor limit";
  /external/chromium_org/base/test/
multiprocess_test_android.cc 33 PLOG(ERROR) << "fork";
59 PLOG(FATAL) << "dup2";
  /external/chromium_org/remoting/tools/
breakpad_tester_win.cc 68 PLOG(ERROR) << "Failed to open the process " << pid;
77 PLOG(ERROR) << "Failed to create a remote thread in " << pid;
  /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 "
70 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
80 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
92 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size "

Completed in 1496 milliseconds

1 2 3 4 5 6 7 8