HomeSort by relevance Sort by last modified time
    Searched refs:component_filename_ (Results 1 - 2 of 2) sorted by null

  /test/vts/drivers/hal/common/include/driver_base/
DriverBase.h 108 char* component_filename_; member in class:android::vts::DriverBase
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 70 component_filename_(NULL),
73 DriverBase::~DriverBase() { free(component_filename_); }
102 component_filename_ = (char*)malloc(filename.length() + 1);
103 strcpy(component_filename_, filename.c_str());
104 LOG(DEBUG) << "Module file name: " << component_filename_;
179 if (component_filename_ != NULL) {
181 string target = string(component_filename_) + "_intermediates";
213 LOG(ERROR) << "component_filename_ is NULL";

Completed in 377 milliseconds