Home
last modified time | relevance | path

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

/system/libvintf/
Dparse_xml.cpp42 inline DocType *createDocument() { in createDocument() function
47 inline DocType *createDocument(const std::string &xml) { in createDocument() function
160 DocType *doc = createDocument(); in serialize()
184 auto doc = createDocument(xml); in operator ()()