Searched refs:xmlFile (Results 1 – 5 of 5) sorted by relevance
598 const char* xmlFile = nullptr; in getInstance() local601 xmlFile = f; in getInstance()605 if (xmlFile == nullptr) { in getInstance()610 sInstance = createInstanceFromXmlFile(xmlFile); in getInstance()848 bool MediaProfiles::checkXmlFile(const char* xmlFile) { in checkXmlFile() argument850 return stat(xmlFile, &fStat) == 0 && S_ISREG(fStat.st_mode); in checkXmlFile()
296 File xmlFile = new File(stringValue); in getXmlBlockParser() local297 if (xmlFile.isFile()) { in getXmlBlockParser()298 parser = ParserFactory.create(xmlFile); in getXmlBlockParser()
120 for (File xmlFile : firstLevel.listFiles(xmlFileFilter)) { in processAllInputFiles()121 callback.processLayoutFile(xmlFile); in processAllInputFiles()
365 static bool checkXmlFile(const char* xmlFile);