Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/utils/src/hcs_parser/
Dhcs_tree_if.c353 static const struct DeviceResourceNode *TraverseTreeNode(const struct DeviceResourceNode *curNode) in TraverseTreeNode()
365 const struct DeviceResourceNode *curNode = NULL; in HcsGetNodeByMatchAttr() local
401 const struct DeviceResourceNode *curNode = NULL; in HcsGetNodeByRefAttr() local
Dhcs_generate_tree.c34 struct DeviceResourceNode *curNode = NULL; in CreateTreeNode() local
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp295 void Preprocessor::FindCycle(const std::string &curNode, FileDetailMap &allFiles, std::vector<std::… in FindCycle()