Searched refs:nodePath (Results 1 – 2 of 2) sorted by relevance
79 std::string nodePath = devicePath + kSelectionNode; in applyConfigToDevices() local82 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() local118 bool success = ::android::base::WriteStringToFile(kSelectionComplete, nodePath); in sendConfigurationComplete()120 LOG(ERROR) << "Failed to write: " << kSelectionComplete << " to: " << nodePath; in sendConfigurationComplete()
563 for (const auto& nodePath : paths) { in configureBatteryLocked() local566 info.path = nodePath; in configureBatteryLocked()567 info.name = nodePath.filename(); in configureBatteryLocked()571 const auto& files = allFilesInPath(nodePath); in configureBatteryLocked()589 for (const auto& nodePath : paths) { in configureLightsLocked() local592 info.path = nodePath; in configureLightsLocked()593 info.name = nodePath.filename(); in configureLightsLocked()607 const auto& files = allFilesInPath(nodePath); in configureLightsLocked()