Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dpower_supply_provider.cpp159 std::string sysLowercaseBatteryPath = "/sys/class/power_supply/battery"; in InitBatteryPath() local
161 if (access(sysLowercaseBatteryPath.c_str(), F_OK) == 0) { in InitBatteryPath()
/ohos5.0/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dpower_supply_provider.cpp564 std::string sysLowercaseBatteryPath = "/sys/class/power_supply/battery"; in InitBatteryPath() local
566 if (access(sysLowercaseBatteryPath.c_str(), F_OK) == 0) { in InitBatteryPath()