Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp626 std::string mockCurrentLimitPath = chargerConfig.currentPath; in InitChargerSysfs() local
627 if (access(mockCurrentLimitPath.c_str(), 0) == -1) { in InitChargerSysfs()
628 CreateFile(mockCurrentLimitPath, "0"); in InitChargerSysfs()