Home
last modified time | relevance | path

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

/hardware/google/pixel/thermal/utils/
Dconfig_parser.h120 std::string write_path; member
Dconfig_parser.cpp736 const std::string &write_path = cooling_devices[i]["WritePath"].asString(); in ParseCoolingDevice() local
737 LOG(INFO) << "Cdev Write Path: " << (write_path.empty() ? "default" : write_path); in ParseCoolingDevice()
759 .write_path = write_path, in ParseCoolingDevice()