Searched refs:nodePath (Results 1 – 3 of 3) sorted by relevance
32 FileNode(const std::string& nodePath);56 std::shared_ptr<FileNode> getFileNode(const std::string& nodePath) { in getFileNode() argument57 if (mFileNodes.find(nodePath) == mFileNodes.end()) { in getFileNode()58 mFileNodes[nodePath] = std::make_shared<FileNode>(nodePath); in getFileNode()60 return mFileNodes[nodePath]; in getFileNode()
28 FileNode::FileNode(const std::string& nodePath) : mNodePath(nodePath) {} in FileNode() argument
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()