Home
last modified time | relevance | path

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

/hardware/google/pixel/powerstats/dataproviders/
DIioEnergyMeterDataSelector.cpp79 std::string nodePath = devicePath + kSelectionNode; in applyConfigToDevices() local
82 bool success = ::android::base::WriteStringToFile(railConfig, nodePath); in applyConfigToDevices()
84 LOG(ERROR) << "Failed to write: " << railConfig << " to: " << nodePath; in applyConfigToDevices()
117 std::string nodePath = devicePath + kSelectionNode; in sendConfigurationComplete() local
118 bool success = ::android::base::WriteStringToFile(kSelectionComplete, nodePath); in sendConfigurationComplete()
120 LOG(ERROR) << "Failed to write: " << kSelectionComplete << " to: " << nodePath; in sendConfigurationComplete()