Home
last modified time | relevance | path

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

/external/libxml2/
Drunxmlconf.c515 const char *confxml = "xmlconf/xmlconf.xml"; in xmlconfTest() local
520 if (!checkTestFile(confxml)) { in xmlconfTest()
521 fprintf(stderr, "%s is missing \n", confxml); in xmlconfTest()
525 doc = xmlReadFile(confxml, NULL, XML_PARSE_NOENT); in xmlconfTest()
527 fprintf(stderr, "%s is corrupted \n", confxml); in xmlconfTest()
534 fprintf(stderr, "Unexpected format %s\n", confxml); in xmlconfTest()