Home | History | Annotate | Download | only in driver_base

Lines Matching refs:DEBUG

75 void wfn() { LOG(DEBUG) << "debug"; }
77 void ffn() { LOG(DEBUG) << "debug"; }
82 LOG(DEBUG) << "Skip loading " << target_dll_path;
89 LOG(DEBUG) << "Loaded the target";
91 LOG(DEBUG) << "Loaded a non-legacy HAL file.";
94 LOG(DEBUG) << "Target DLL path " << target_dll_path_;
104 LOG(DEBUG) << "Module file name: " << component_filename_;
106 LOG(DEBUG) << "Target_dll_path " << target_dll_path_;
110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn);
117 LOG(DEBUG) << "Fuzzing target component: "
156 LOG(DEBUG) << "dir " << dent->d_name;
193 LOG(DEBUG) << "module_basepath " << string(dent->d_name);
195 LOG(DEBUG) << "hit";
222 LOG(DEBUG) << "file = " << dent->d_name;
236 LOG(DEBUG) << "Opened a gcda file. " << buffer;
240 LOG(DEBUG) << "File size " << gcda_file_size << " bytes";
252 LOG(DEBUG) << "GCDA field populated.";
268 LOG(DEBUG) << result->at(index);
288 LOG(DEBUG) << "readdir(" << basepath << ") for " << dent->d_name;
305 LOG(DEBUG) << "closedir(" << srcdir << ")";
327 LOG(DEBUG) << "readdir(" << srcdir << ") for " << dent->d_name;
342 LOG(DEBUG) << "closedir(" << srcdir << ")";