Searched refs:mockChargeTypePath (Results 1 – 2 of 2) sorted by relevance
157 void CreateMockChargeTypePath(std::string& mockChargeTypePath);
636 std::string mockChargeTypePath = chargerConfig.chargeTypePath; in InitChargerSysfs() local637 if (access(mockChargeTypePath.c_str(), 0) == -1) { in InitChargerSysfs()638 CreateFile(mockChargeTypePath, "0"); in InitChargerSysfs()