Searched refs:DLOG (Results 1 - 9 of 9) sorted by relevance

/system/core/sdcard/
H A Dfuse.cpp49 DLOG(INFO) << "ACQUIRE " << std::hex << node << std::dec
57 DLOG(INFO) << "RELEASE " << std::hex << node << std::dec
62 DLOG(INFO) << "DESTROY " << std::hex << node << std::dec << " (" << node->name << ")";
598 DLOG(INFO) << "[" << handler->token << "] LOOKUP " << name << " @ " << hdr->nodeid
620 DLOG(INFO) << "[" << handler->token << "] FORGET #" << req->nlookup
642 DLOG(INFO) << "[" << handler->token << "] GETATTR flags=" << req->getattr_flags
666 DLOG(INFO) << "[" << handler->token << "] SETATTR fh=" << std::hex << req->fh
712 DLOG(INFO) << "[" << handler->token << "] Calling utimensat on " << path
732 DLOG(INFO) << "[" << handler->token << "] MKNOD " << name << " 0" << std::oct << req->mode
762 DLOG(INF
[all...]
H A Dfuse.h52 #define DLOG(x) \ macro
H A Dsdcard.cpp99 DLOG(INFO) << "read_package_list: found " << global->package_to_appid->size() << " packages";
159 DLOG(INFO) << "inotify event: " << std::hex << event->mask << std::dec;
/system/update_engine/update_manager/
H A Devaluation_context.cc113 DLOG(INFO) << "ValueChanged() called for variable " << var->GetName();
118 DLOG(INFO) << "OnTimeout() called due to "
190 DLOG(INFO) << "Waiting for value on " << it.first->GetName();
219 DLOG(INFO) << "Waiting for timeout in "
/system/update_engine/
H A Dcertificate_checker.cc82 DLOG(WARNING) << "No CertificateChecker singleton initialized.";
H A Dupdate_attempter_android.cc458 DLOG(INFO) << "Using FileFetcher for file URL.";
/system/extras/perfprofd/quipper/
H A Dperf_parser.cc231 DLOG(INFO) << "Parser processed: "
578 DLOG(INFO) << "Found an existing process mapper with pid: " << pid;
H A Dperf_reader.cc704 DLOG(INFO) << "Perf data is in normal format.";
918 DLOG(INFO) << "event_types.size: " << header_.event_types.size;
919 DLOG(INFO) << "event_types.offset: " << header_.event_types.offset;
1101 DLOG(INFO) << "Number of events stored: "<< events_.size();
/system/extras/perfprofd/quipper/base/
H A Dlogging.h35 // DLOG(INFO) << "Found cookies";
320 // Definitions for DLOG et al.
359 #define DLOG(severity) \ macro

Completed in 1496 milliseconds