Searched refs:mNodePath (Results 1 – 2 of 2) sorted by relevance
28 FileNode::FileNode(const std::string& nodePath) : mNodePath(nodePath) {} in FileNode()38 os << "FileNode: root path: " << mNodePath << std::endl; in dump()54 std::string fullPath = mNodePath + nodeName; in readString()71 mNodePath.c_str(), nodeName.c_str(), ret, errno); in WriteUint32()75 ALOGE("Write to invalid file node %s%s", mNodePath.c_str(), nodeName.c_str()); in WriteUint32()86 std::string fullPath = mNodePath + nodeName; in getFileHandler()
46 std::string mNodePath; variable