Home
last modified time | relevance | path

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

/bionic/libc/system_properties/include/system_properties/
Dcontexts_split.h34 class ContextListNode; variable
/bionic/libc/system_properties/
Dcontexts_split.cpp42 class ContextListNode : public ContextNode { class
44 ContextListNode(ContextListNode* next, const char* context, const char* filename) in ContextListNode() function in ContextListNode