Home
last modified time | relevance | path

Searched refs:DLOG (Results 1 – 25 of 74) sorted by relevance

123

/external/zlib/google/
Dzip.cc186 DLOG(WARNING) << "Failed to open " << src_file.value(); in UnzipWithFilterCallback()
203 DLOG(WARNING) << "Failed to open src_file " << src_file; in UnzipWithFilterAndWriters()
208 DLOG(WARNING) << "Failed to open the current file in zip"; in UnzipWithFilterAndWriters()
213 DLOG(WARNING) << "Found an unsafe file in zip " << entry_path; in UnzipWithFilterAndWriters()
224 DLOG(WARNING) << "Failed to extract " << entry_path; in UnzipWithFilterAndWriters()
229 DLOG(WARNING) << "Skipped file " << entry_path; in UnzipWithFilterAndWriters()
233 DLOG(WARNING) << "Failed to advance to the next file"; in UnzipWithFilterAndWriters()
Dzip_writer.cc30 DLOG(ERROR) << "Could not write data to zip for path " in AddFileContentToZip()
96 DLOG(ERROR) << "Couldn't create ZIP file for FD " << zip_file_fd; in CreateWithFd()
113 DLOG(ERROR) << "Couldn't create ZIP file at path " << zip_file_path; in Create()
/external/libchrome/base/memory/
Dplatform_shared_memory_region_posix.cc44 DLOG(ERROR) << "Descriptor access mode (" << mode in CheckFDAccessMode()
93 DLOG(WARNING) << "Readonly handle shouldn't be valid for a " in Take()
99 DLOG(ERROR) in Take()
105 DLOG(ERROR) << "Invalid permission mode: " << static_cast<int>(mode); in Take()
291 DLOG(ERROR) << "The second descriptor must be invalid"; in CheckPlatformHandlePermissionsCorrespondToMode()
310 DLOG(ERROR) << "Descriptor has a wrong access mode: it is" in CheckPlatformHandlePermissionsCorrespondToMode()
Dshared_memory_android.cc32 DLOG(ERROR) << "Shared memory creation failed"; in Create()
39 DLOG(ERROR) << "Error " << err << " when setting protection of ashmem"; in Create()
/external/libchrome/base/process/
Dprocess_metrics_linux.cc519 DLOG(WARNING) << "meminfo: tokens: " << tokens.size() in ParseProcMeminfo()
620 DLOG(WARNING) << "Failed to open " << meminfo_file.value(); in GetSystemMemoryInfo()
625 DLOG(WARNING) << "Failed to parse " << meminfo_file.value(); in GetSystemMemoryInfo()
651 DLOG(WARNING) << "Failed to open " << vmstat_file.value(); in GetVmStatInfo()
655 DLOG(WARNING) << "Failed to parse " << vmstat_file.value(); in GetVmStatInfo()
730 DLOG(WARNING) << "Failed to open " << diskinfo_file.value(); in GetSystemDiskInfo()
737 DLOG(WARNING) << "No lines found"; in GetSystemDiskInfo()
837 DLOG(WARNING) << "zram mm_stat: tokens: " << tokens.size() in ParseZramMmStat()
865 DLOG(WARNING) << "zram stat: tokens: " << tokens.size() in ParseZramStat()
930 DLOG(WARNING) << "Failed to open " << zram_mm_stat_file.value(); in GetSwapInfoImpl()
[all …]
Dinternal_aix.cc65 DLOG(WARNING) << "Failed to open " << file.MaybeAsASCII() in ReadProcFile()
71 DLOG(WARNING) << "Failed to read " << file.MaybeAsASCII() in ReadProcFile()
/external/libchrome/ipc/
Dipc_message_attachment_set.cc68 DLOG(WARNING) << "Cannot add file descriptor. MessageAttachmentSet full."; in AddAttachment()
95 DLOG(WARNING) << "Accessing out of bound index:" << index << "/" << size(); in GetAttachmentAt()
115 DLOG(WARNING) << "Attempted to double-read a message attachment, " in GetAttachmentAt()
Dipc_mojo_param_traits.cc65 DLOG(ERROR) << "Failed to read attachment for message pipe."; in Read()
72 DLOG(ERROR) << "Unexpected attachment type:" << static_cast<int>(type); in Read()
/external/libchrome/base/metrics/
Dfield_trial_params.cc71 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsInt()
90 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsDouble()
112 DLOG(WARNING) << "Failed to parse field trial param " << param_name in GetFieldTrialParamByFeatureAsBool()
142 DLOG(WARNING) << "Failed to parse field trial param " << param_name in LogInvalidEnumValue()
/external/libchrome/base/files/
Dmemory_mapped_file.cc53 DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe(); in Initialize()
80 DLOG(ERROR) << "Region bounds exceed maximum for base::File."; in Initialize()
89 DLOG(ERROR) << "Region bounds are not valid."; in Initialize()
Dfile_util_posix.cc105 DLOG(ERROR) << "Path " << path.value() << " is a symbolic link."; in VerifySpecificPathControlledByUser()
110 DLOG(ERROR) << "Path " << path.value() << " is owned by the wrong user."; in VerifySpecificPathControlledByUser()
116 DLOG(ERROR) << "Path " << path.value() in VerifySpecificPathControlledByUser()
122 DLOG(ERROR) << "Path " << path.value() << " is writable by any user."; in VerifySpecificPathControlledByUser()
258 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: " in DoCopyDirectory()
277 DLOG(WARNING) << "CopyDirectory() skipping non-regular file: " in DoCopyDirectory()
312 DLOG(ERROR) << "CopyDirectory() couldn't copy file: " << current.value(); in DoCopyDirectory()
623 DLOG(WARNING) << "OS_ANDROID: Home directory lookup not yet implemented."; in GetHomeDir()
907 DLOG(ERROR) << "|base| must be a subdirectory of |path|. base = \"" in VerifyPathControlledByUser()
/external/libchrome/mojo/core/
Dnode_channel.cc503 DLOG(ERROR) << "Dropping invalid AddBrokerClient message."; in OnChannelMessage()
510 DLOG(ERROR) << "Dropping invalid AddBrokerClient message."; in OnChannelMessage()
525 DLOG(ERROR) << "Dropping invalid BrokerClientAdded message."; in OnChannelMessage()
540 DLOG(ERROR) << "Dropping invalid AcceptBrokerClient message."; in OnChannelMessage()
590 DLOG(ERROR) << "Dropping invalid introduction message."; in OnChannelMessage()
625 DLOG(ERROR) << "Dropping invalid relay message."; in OnChannelMessage()
647 DLOG(ERROR) << "Dropping invalid broadcast message."; in OnChannelMessage()
691 DLOG(ERROR) << "Received invalid message. Closing channel."; in OnChannelMessage()
725 DLOG(ERROR) << "Dropping message on closed channel."; in WriteChannelMessage()
Dnode_controller.cc739 DLOG(ERROR) << "Unexpected AcceptInvitee message from " << from_node; in OnAcceptInvitee()
762 DLOG(ERROR) << "Received unexpected AcceptInvitation message from " in OnAcceptInvitation()
825 DLOG(ERROR) << "Ignoring AddBrokerClient from unknown sender."; in OnAddBrokerClient()
830 DLOG(ERROR) << "Ignoring AddBrokerClient for known client."; in OnAddBrokerClient()
845 DLOG(ERROR) << "Broker rejecting client with invalid process handle."; in OnAddBrokerClient()
865 DLOG(ERROR) << "BrokerClientAdded for unknown client " << client_name; in OnBrokerClientAdded()
871 DLOG(ERROR) << "BrokerClientAdded from non-broker node " << from_node; in OnBrokerClientAdded()
1015 DLOG(ERROR) << "MergePorts failed: " << rv; in OnRequestPortMerge()
1024 DLOG(ERROR) << "Rejecting invalid OnRequestIntroduction message from " in OnRequestIntroduction()
1121 DLOG(ERROR) << "Dropping relay message for unknown node " << destination; in OnRelayEventMessage()
[all …]
Ddata_pipe_producer_dispatcher.cc355 DLOG(ERROR) << "Failed to deserialize shared buffer handle."; in Deserialize()
404 DLOG(ERROR) << "Failed to map shared buffer."; in InitializeNoLock()
509 DLOG(ERROR) << "Unexpected message from consumer."; in UpdateSignalsStateNoLock()
516 DLOG(ERROR) << "Consumer claims to have read too many bytes."; in UpdateSignalsStateNoLock()
Ddata_pipe_consumer_dispatcher.cc394 DLOG(ERROR) << "Failed to deserialize shared buffer handle."; in Deserialize()
443 DLOG(ERROR) << "Failed to map shared buffer."; in InitializeNoLock()
562 DLOG(ERROR) << "Unexpected control message from producer."; in UpdateSignalsStateNoLock()
569 DLOG(ERROR) << "Producer claims to have written too many bytes."; in UpdateSignalsStateNoLock()
/external/libchrome/base/
Dvlog.cc59 DLOG(WARNING) << "Could not parse v switch \"" << v_switch << "\""; in VlogInfo()
66 DLOG(WARNING) << "Could not fully parse vmodule switch \"" in VlogInfo()
73 DLOG(WARNING) << "Parsed vlog level for \"" in VlogInfo()
Dbase_paths_posix.cc94 DLOG(WARNING) << "CR_SOURCE_ROOT is set, but it appears to not " in PathProviderPosix()
104 DLOG(ERROR) << "Couldn't find your source root. " in PathProviderPosix()
/external/icing/icing/legacy/index/
Dicing-dynamic-trie_test.cc61 DLOG(INFO) << "Stats:\n" << stats.DumpStats(true); in StatsDump()
89 DLOG(INFO) << "Trie:\n"; in PrintTrie()
91 DLOG(INFO) << os.str(); in PrintTrie()
138 DLOG(INFO) << "Trie:\n"; in TEST_F()
140 DLOG(INFO) << os.str(); in TEST_F()
411 DLOG(INFO) << "Opening with map shared"; in TEST_F()
414 DLOG(INFO) << "Opening with explicit flush"; in TEST_F()
567 DLOG(INFO) << "Trie sync"; in TEST_F()
569 DLOG(INFO) << "Trie fp sync"; in TEST_F()
574 DLOG(INFO) << "Trie stats"; in TEST_F()
[all …]
/external/libchrome/mojo/public/cpp/platform/
Dplatform_channel.cc243 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString()
251 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString()
259 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString()
268 DLOG(ERROR) << "Invalid PlatformChannel endpoint string."; in RecoverPassedEndpointFromString()
/external/libchrome/base/posix/
Dglobal_descriptors.cc36 DLOG(DCHECK) << "Unknown global descriptor: " << key; in Get()
89 DLOG(DCHECK) << "Unknown global descriptor: " << key; in GetRegion()
/external/libchrome/dbus/
Dvalues_util.cc85 DLOG(ERROR) << "Unexpected type " << value.type(); in GetTypeSignature()
248 DLOG(ERROR) << "Unexpected type " << value.type(); in AppendBasicTypeValueData()
297 DLOG(ERROR) << "Unexpected type: " << value.type(); in AppendValueData()
/external/libchrome/base/android/
Djni_registrar.cc21 DLOG(ERROR) << method->name << " failed registration!"; in RegisterNativeMethods()
/external/libchrome/base/debug/
Ddebugger.cc19 DLOG(INFO) << "DebugUtil::WaitForDebugger(pid=" << static_cast<int>(getpid()) in WaitForDebugger()
/external/libbrillo/brillo/glib/
Dabstract_dbus_service.cc26 DLOG(INFO) << "Run() completed"; in Run()
/external/libtextclassifier/native/lang_id/common/lite_base/
Dlogging.h41 #define SAFTM_DLOG DLOG

123