Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h119 std::string read_path; member
Dconfig_parser.cpp733 const std::string &read_path = cooling_devices[i]["ReadPath"].asString(); in ParseCoolingDevice() local
734 LOG(INFO) << "Cdev Read Path: " << (read_path.empty() ? "default" : read_path); in ParseCoolingDevice()
758 .read_path = read_path, in ParseCoolingDevice()