HomeSort by relevance Sort by last modified time
    Searched refs:DPLOG (Results 26 - 50 of 67) sorted by null

12 3

  /external/chromium_org/chrome/common/
multi_process_lock_linux.cc 94 DPLOG(ERROR) << "close";
service_process_util_linux.cc 45 DPLOG(ERROR) << "kill";
  /external/chromium_org/base/memory/
shared_memory_posix.cc 100 DPLOG(ERROR) << "close";
150 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
206 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
275 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed";
464 DPLOG(ERROR) << "dup() failed.";
discardable_memory_ashmem_allocator.cc 82 DPLOG(ERROR) << "Failed to map memory.";
93 DPLOG(ERROR) << "Failed to unmap memory.";
  /external/chromium_org/components/storage_monitor/
portable_device_watcher_win.cc 130 DPLOG(ERROR) << "Failed to create an instance of IPortableDeviceValues";
158 DPLOG(ERROR) << "Failed to create an instance of IPortableDevice";
167 DPLOG(ERROR) << "Access denied to open the device";
186 DPLOG(ERROR) << "Failed to create IPortableDeviceKeyCollection instance";
218 DPLOG(ERROR) << "Failed to get IPortableDeviceContent interface";
225 DPLOG(ERROR) << "Failed to get IPortableDeviceProperties interface";
269 DPLOG(ERROR) << "Failed to get IPortableDeviceCapabilities interface";
277 DPLOG(ERROR) << "Failed to get IPortableDevicePropVariantCollection";
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 91 DPLOG(ERROR) << "close";
99 DPLOG(ERROR) << "kevent";
334 DPLOG(ERROR) << "kqueue";
378 DPLOG(ERROR) << "close kqueue";
file_util_win.cc 319 DPLOG(WARNING) << "Failed to get temporary file name in "
625 DPLOG(WARNING) << "CreateFile failed for path "
637 DPLOG(WARNING) << "writing file " << UTF16ToUTF8(filename.value())
657 DPLOG(WARNING) << "CreateFile failed for path "
669 DPLOG(WARNING) << "writing file " << UTF16ToUTF8(filename.value())
file_enumerator_posix.cc 148 DPLOG(ERROR) << "Couldn't stat "
file_path_watcher_linux.cc 213 DPLOG(WARNING) << "select failed";
226 DPLOG(WARNING) << "ioctl failed";
236 DPLOG(WARNING) << "read from inotify fd failed";
645 DPLOG(WARNING) << "Watch failed for " << link.DirName().value();
file_path_watcher_win.cc 236 DPLOG(ERROR) << "FindFirstChangeNotification failed for "
important_file_writer.cc 43 DPLOG(WARNING) << "temp file failure: " << path.value().c_str()
  /external/chromium_org/base/synchronization/
waitable_event_win.cc 93 DPLOG(FATAL) << "WaitForMultipleObjects failed";
  /external/chromium_org/base/win/
scoped_process_information.cc 26 DPLOG(ERROR) << "Failed to duplicate a handle.";
  /external/chromium_org/chrome/installer/test/
resource_loader.cc 42 DPLOG(INFO) << "FindResource failed";
  /external/chromium_org/base/
sync_socket_win.cc 84 DPLOG(ERROR) << "CreateFileW failed";
91 DPLOG(ERROR) << "ConnectNamedPipe failed";
227 DPLOG(ERROR) << "Cannot duplicate socket handle for peer process.";
logging_unittest.cc 79 DPLOG(INFO) << mock_log_source.Log();
145 DPLOG(INFO) << mock_log_source.Log();
  /external/chromium_org/chrome/browser/media/
webrtc_log_uploader.cc 373 DPLOG(WARNING) << "Could not read WebRTC log list file.";
400 DPLOG(WARNING) << "Could not write all data to WebRTC log list file: "
418 DPLOG(WARNING) << "Could not read WebRTC log list file.";
439 DPLOG(WARNING) << "Could not write all data to WebRTC log list file: "
  /external/chromium_org/base/message_loop/
message_pump_libevent.cc 129 DPLOG(ERROR) << "close";
133 DPLOG(ERROR) << "close";
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
removable_storage_provider_win.cc 185 DPLOG(ERROR) << "SetupDiGetClassDevs failed.";
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
environment_data_collection_win.cc 43 DPLOG(ERROR) << path;
  /external/chromium_org/net/ssl/
client_cert_store_win.cc 103 DPLOG(ERROR) << "CertFindChainInStore failed: ";
  /external/chromium_org/sandbox/win/src/
app_container.cc 87 DPLOG(ERROR) << "Failed UpdateProcThreadAttribute";
  /external/chromium_org/content/common/gpu/media/
v4l2_video_decode_accelerator.cc 36 DPLOG(ERROR) << __func__ << "(): ioctl() failed: " << #type; \
51 DPLOG(ERROR) << __func__ << "(): ioctl() failed: " << #type; \
    [all...]
v4l2_video_encode_accelerator.cc 31 DPLOG(ERROR) << __func__ << "(): ioctl() failed: " << #type; \
46 DPLOG(ERROR) << __func__ << "(): ioctl() failed: " << #type; \
507 DPLOG(ERROR) << "Dequeue(): ioctl() failed: VIDIOC_DQBUF";
535 DPLOG(ERROR) << "Dequeue(): ioctl() failed: VIDIOC_DQBUF";
    [all...]
  /external/chromium_org/ipc/
ipc_channel_posix.cc 655 DPLOG(ERROR) << "shutdown " << pipe_name_;
657 DPLOG(ERROR) << "close " << pipe_name_;
    [all...]

Completed in 861 milliseconds

12 3