Home
last modified time | relevance | path

Searched refs:GcovInit (Results 1 – 3 of 3) sorted by relevance

/test/vts/drivers/hal/common/include/component_loader/
DDllLoader.h53 bool GcovInit(writeout_fn wfn, flush_fn ffn);
/test/vts/drivers/hal/common/component_loader/
DDllLoader.cpp69 bool DllLoader::GcovInit(writeout_fn wfn, flush_fn ffn) { in GcovInit() function in android::vts::DllLoader
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp110 LOG(DEBUG) << "gcov init " << target_loader_.GcovInit(wfn, ffn); in LoadTargetComponent()