Home
last modified time | relevance | path

Searched defs:OhosComponentTree (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/gn/
Dohos_components_impl.h18 struct OhosComponentTree { struct
20 struct OhosComponentTree *next; argument
21 struct OhosComponentTree *child; argument
25 OhosComponentTree(const char *dirName, const OhosComponent *component = nullptr) argument
45 ~OhosComponentTree() in ~OhosComponentTree() argument
Dohos_components.cc333 pathTree = new struct OhosComponentTree("//", nullptr); in setupComponentsTree() local