Searched refs:read_path (Results 1 – 3 of 3) sorted by relevance
740 std::string read_path; in initializeCoolingDevices() local741 if (!cooling_device_info_pair.second.read_path.empty()) { in initializeCoolingDevices()742 read_path = cooling_device_info_pair.second.read_path.data(); in initializeCoolingDevices()744 read_path = ::android::base::StringPrintf("%s/%s", path.data(), in initializeCoolingDevices()747 if (!cooling_devices_.addThermalFile(cooling_device_name, read_path)) { in initializeCoolingDevices()
235 std::string read_path; member
1428 const std::string &read_path = cooling_devices[i]["ReadPath"].asString(); in ParseCoolingDevice() local1429 LOG(INFO) << "Cdev Read Path: " << (read_path.empty() ? "default" : read_path); in ParseCoolingDevice()1457 .read_path = read_path, in ParseCoolingDevice()