Searched refs:nodePath (Results 1 – 1 of 1) 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()