Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libhwc2.1/libvrr/
DFileNode.cpp28 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()
DFileNode.h46 std::string mNodePath; variable