Searched refs:fontFileName (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/tests/
H A DFontTestUtils.cpp62 xmlChar* fontFileName = xmlNodeListGetString(doc, fontNode->xmlChildrenNode, 1); local
63 std::string fontPath = fontDir + std::string((const char*)fontFileName);
64 xmlFree(fontFileName);

Completed in 100 milliseconds