HomeSort by relevance Sort by last modified time
    Searched refs:checkTestFile (Results 1 - 4 of 4) sorted by null

  /external/libxml2/
testrecurse.c 56 static int checkTestFile(const char *filename);
295 if (checkTestFile(URL)) {
640 static int checkTestFile(const char *filename) {
828 if (!checkTestFile(globbuf.gl_pathv[i]))
850 if ((result) &&(!checkTestFile(result))) {
852 } else if ((error) &&(!checkTestFile(error))) {
runxmlconf.c 50 static int checkTestFile(const char *filename) {
333 if (!checkTestFile((char *) filename)) {
520 if (!checkTestFile(confxml)) {
runtest.c 106 static int checkTestFile(const char *filename);
229 if (checkTestFile(URL)) {
593 static int checkTestFile(const char *filename) {
    [all...]
runsuite.c 45 static int checkTestFile(const char *filename) {
143 if (checkTestFile(URL)) {
804 if (checkTestFile((const char *) path) <= 0) {
901 if (checkTestFile((const char *) path) <= 0) {

Completed in 81 milliseconds