Home
last modified time | relevance | path

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

/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp135 char module_basepath[4096]; in FunctionCallBegin() local
168 int n = snprintf(module_basepath, 4096, "%s/%s/obj/SHARED_LIBRARIES", in FunctionCallBegin()
174 srcdir = opendir(module_basepath); in FunctionCallBegin()
176 LOG(ERROR) << "Couln't open " << module_basepath; in FunctionCallBegin()
205 (char*)malloc(strlen(module_basepath) + target.length() + 2); in FunctionCallBegin()
210 sprintf(gcov_output_basepath_, "%s/%s", module_basepath, target.c_str()); in FunctionCallBegin()