/external/libchrome/base/files/ |
D | memory_mapped_file_posix.cc | 40 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory() 93 DPLOG(ERROR) << "fstat " << file_.GetPlatformFile(); in MapFileRegionToMemory() 100 DPLOG(ERROR) << "ftruncate " << file_.GetPlatformFile(); in MapFileRegionToMemory() 121 DPLOG(ERROR) << "F_PREALLOCATE"; in MapFileRegionToMemory() 129 DPLOG(ERROR) << "posix_fallocate"; in MapFileRegionToMemory() 165 DPLOG(ERROR) << "mmap " << file_.GetPlatformFile(); in MapFileRegionToMemory()
|
D | file_path_watcher_kqueue.cc | 94 DPLOG(ERROR) << "close"; in CloseFileDescriptor() 102 DPLOG(ERROR) << "kevent"; in AreKeventValuesValid() 250 DPLOG(ERROR) << "kqueue"; in Watch() 291 DPLOG(ERROR) << "close kqueue"; in Cancel()
|
D | file_util_posix.cc | 99 DPLOG(ERROR) << "Failed to get information on path " in VerifySpecificPathControlledByUser() 220 DPLOG(ERROR) << "CopyDirectory() couldn't stat source directory: " in DoCopyDirectory() 252 DPLOG(ERROR) << "CopyDirectory() couldn't create directory: " in DoCopyDirectory() 266 DPLOG(ERROR) << "CopyDirectory() couldn't open file: " << current.value(); in DoCopyDirectory() 272 DPLOG(ERROR) << "CopyDirectory() couldn't stat file: " << current.value(); in DoCopyDirectory() 306 DPLOG(ERROR) << "CopyDirectory() couldn't create file: " in DoCopyDirectory() 678 DPLOG(ERROR) << "mkdtemp"; in CreateTemporaryDirInDirImpl() 959 DPLOG(ERROR) << "Could not get the group ID of group \"" in VerifyPathControlledByAdmin()
|
D | file_path_watcher_linux.cc | 237 DPLOG(WARNING) << "select failed"; in ThreadMain() 246 DPLOG(WARNING) << "ioctl failed"; in ThreadMain() 256 DPLOG(WARNING) << "read from inotify fd failed"; in ThreadMain() 656 DPLOG(WARNING) << "Watch failed for " << link.DirName().value(); in AddWatchForBrokenSymlink()
|
D | dir_reader_linux.h | 65 DPLOG(FATAL) << "getdents64 returned an error: " << errno; in Next()
|
D | file_enumerator_posix.cc | 28 DPLOG(ERROR) << "Couldn't stat" << path.value(); in GetStat()
|
D | important_file_writer.cc | 97 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
|
/external/libchrome/base/memory/ |
D | platform_shared_memory_region_android.cc | 25 DPLOG(ERROR) << "ashmem_get_prot_region failed"; in GetAshmemRegionProtectionMask() 70 DPLOG(ERROR) << "dup(" << handle_.get() << ") failed"; in Duplicate() 93 DPLOG(ERROR) << "ashmem_set_prot_region failed"; in ConvertToReadOnly() 131 DPLOG(ERROR) << "mmap " << handle_.get() << " failed"; in MapAt() 161 DPLOG(ERROR) << "ashmem_create_region failed"; in Create() 167 DPLOG(ERROR) << "ashmem_set_prot_region failed"; in Create()
|
D | platform_shared_memory_region_posix.cc | 38 DPLOG(ERROR) << "fcntl(" << fd << ", F_GETFL) failed"; in CheckFDAccessMode() 130 DPLOG(ERROR) << "dup(" << handle_.fd.get() << ") failed"; in Duplicate() 180 DPLOG(ERROR) << "mmap " << handle_.fd.get() << " failed"; in MapAt() 244 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Create()
|
D | shared_memory_handle_android.cc | 21 DPLOG(ERROR) << "ashmem_get_prot_region"; in GetAshmemRegionProtectionMask() 109 DPLOG(ERROR) << "ashmem_set_prot_region"; in SetRegionReadOnly()
|
D | shared_memory_mapping.cc | 77 DPLOG(ERROR) << "UnmapViewOfFile"; in Unmap() 89 DPLOG(ERROR) << "munmap"; in Unmap()
|
D | shared_memory_posix.cc | 163 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Create() 233 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Open()
|
D | shared_memory_helper.cc | 61 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed"; in CreateAnonymousSharedMemory()
|
/external/libchrome/base/message_loop/ |
D | message_pump_libevent.cc | 118 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent() 122 DPLOG(ERROR) << "close"; in ~MessagePumpLibevent() 175 DPLOG(ERROR) << "event_base_set(fd=" << EVENT_FD(evt.get()) << ")"; in WatchFileDescriptor() 181 DPLOG(ERROR) << "event_add failed(fd=" << EVENT_FD(evt.get()) << ")"; in WatchFileDescriptor() 287 DPLOG(ERROR) << "pipe creation failed"; in Init()
|
/external/libchrome/base/debug/ |
D | proc_maps_linux.cc | 54 DPLOG(ERROR) << "Couldn't open /proc/self/maps"; in ReadProcMaps() 68 DPLOG(ERROR) << "Couldn't read /proc/self/maps"; in ReadProcMaps() 133 DPLOG(WARNING) << "sscanf failed for line: " << line; in ParseProcMaps()
|
/external/libchrome/base/process/ |
D | kill_posix.cc | 36 DPLOG(ERROR) << "waitpid(" << handle << ")"; in GetTerminationStatusImpl() 83 DPLOG(ERROR) << "Unable to terminate process group " << process_group_id; in KillProcessGroup() 97 DPLOG(ERROR) << "Unable to terminate process " << handle; in GetKnownDeadTerminationStatus()
|
D | process_posix.cc | 101 DPLOG(ERROR) << "kqueue"; in WaitForSingleNonChildProcess() 114 DPLOG(ERROR) << "kevent (setup " << handle << ")"; in WaitForSingleNonChildProcess() 154 DPLOG(ERROR) << "kevent (wait " << handle << ")"; in WaitForSingleNonChildProcess() 325 DPLOG(ERROR) << "Unable to terminate process " << process_; in Terminate()
|
/external/libchrome/mojo/core/ |
D | platform_handle_in_transit.cc | 34 DPLOG(ERROR) << "DuplicateHandle failed"; in TransferHandle() 54 DPLOG(ERROR) << "DuplicateHandle failed"; in CloseHandleInProcess()
|
/external/libchrome/base/threading/ |
D | platform_thread_android.cc | 75 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
|
D | platform_thread_linux.cc | 147 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
|
/external/libchrome/libchrome_tools/patch/ |
D | shared_memory_mapping.patch | 33 DPLOG(ERROR) << "UnmapViewOfFile";
|
/external/libchrome/ipc/ |
D | ipc_message_attachment.cc | 60 DPLOG(WARNING) << "Failed to dup FD to transmit."; in TakeMojoHandle()
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 49 DPLOG(ERROR) << "close"; in CloseHandle()
|
D | logging_unittest.cc | 121 DPLOG(INFO) << mock_log_source.Log(); in TEST_F() 187 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
|
/external/libchrome/base/android/ |
D | jni_android.cc | 54 DPLOG(ERROR) << "prctl(PR_GET_NAME)"; in AttachCurrentThread()
|