Home
last modified time | relevance | path

Searched refs:DPLOG (Results 1 – 25 of 28) sorted by relevance

12

/external/libchrome/base/files/
Dmemory_mapped_file_posix.cc40 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()
Dfile_path_watcher_kqueue.cc94 DPLOG(ERROR) << "close"; in CloseFileDescriptor()
102 DPLOG(ERROR) << "kevent"; in AreKeventValuesValid()
250 DPLOG(ERROR) << "kqueue"; in Watch()
291 DPLOG(ERROR) << "close kqueue"; in Cancel()
Dfile_util_posix.cc99 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()
Dfile_path_watcher_linux.cc237 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()
Ddir_reader_linux.h65 DPLOG(FATAL) << "getdents64 returned an error: " << errno; in Next()
Dfile_enumerator_posix.cc28 DPLOG(ERROR) << "Couldn't stat" << path.value(); in GetStat()
Dimportant_file_writer.cc97 DPLOG(WARNING) << "temp file failure: " << path.value() << " : " << message; in LogFailure()
/external/libchrome/base/memory/
Dplatform_shared_memory_region_android.cc25 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()
Dplatform_shared_memory_region_posix.cc38 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()
Dshared_memory_handle_android.cc21 DPLOG(ERROR) << "ashmem_get_prot_region"; in GetAshmemRegionProtectionMask()
109 DPLOG(ERROR) << "ashmem_set_prot_region"; in SetRegionReadOnly()
Dshared_memory_mapping.cc77 DPLOG(ERROR) << "UnmapViewOfFile"; in Unmap()
89 DPLOG(ERROR) << "munmap"; in Unmap()
Dshared_memory_posix.cc163 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Create()
233 DPLOG(ERROR) << "open(\"" << path.value() << "\", O_RDONLY) failed"; in Open()
Dshared_memory_helper.cc61 DPLOG(ERROR) << "open(\"" << path->value() << "\", O_RDONLY) failed"; in CreateAnonymousSharedMemory()
/external/libchrome/base/message_loop/
Dmessage_pump_libevent.cc118 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/
Dproc_maps_linux.cc54 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/
Dkill_posix.cc36 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()
Dprocess_posix.cc101 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/
Dplatform_handle_in_transit.cc34 DPLOG(ERROR) << "DuplicateHandle failed"; in TransferHandle()
54 DPLOG(ERROR) << "DuplicateHandle failed"; in CloseHandleInProcess()
/external/libchrome/base/threading/
Dplatform_thread_android.cc75 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
Dplatform_thread_linux.cc147 DPLOG(ERROR) << "prctl(PR_SET_NAME)"; in SetName()
/external/libchrome/libchrome_tools/patch/
Dshared_memory_mapping.patch33 DPLOG(ERROR) << "UnmapViewOfFile";
/external/libchrome/ipc/
Dipc_message_attachment.cc60 DPLOG(WARNING) << "Failed to dup FD to transmit."; in TakeMojoHandle()
/external/libchrome/base/
Dsync_socket_posix.cc49 DPLOG(ERROR) << "close"; in CloseHandle()
Dlogging_unittest.cc121 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
187 DPLOG(INFO) << mock_log_source.Log(); in TEST_F()
/external/libchrome/base/android/
Djni_android.cc54 DPLOG(ERROR) << "prctl(PR_GET_NAME)"; in AttachCurrentThread()

12