Home
last modified time | relevance | path

Searched defs:node_name (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/interface/device_tree/com/android/trusty/device_tree/
DINode.aidl37 INode get_subnode(in @utf8InCpp String node_name); in get_subnode()
/trusty/kernel/lib/shared/device_tree/service/
Ddevice_tree_service.cpp159 Status Node::get_name(std::string* node_name) { in get_name()
176 Status Node::get_subnode(const std::string& node_name, sp<INode>* node) { in get_subnode()
/trusty/kernel/lib/shared/device_tree/client/
Ddevice_tree.cpp150 std::string* node_name = new (std::nothrow) std::string(); in device_tree_inode_get_name() local
169 std::string node_name(subnode_name); in device_tree_inode_get_subnode() local