Home
last modified time | relevance | path

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

/hardware/google/pixel/health/
DBatteryDefender.cpp187 DIR *dp = opendir(kTypeCPath.c_str()); in isWiredPresent()
189 LOG(ERROR) << "Failed to read " << kTypeCPath; in isWiredPresent()
199 std::string path = kTypeCPath + portName + "/power_role"; in isWiredPresent()
/hardware/google/pixel/health/include/pixelhealth/
DBatteryDefender.h99 const std::string kTypeCPath = "/sys/class/typec/"; variable