Home | History | Annotate | Download | only in libmedia

Lines Matching refs:xmlFile

598             const char* xmlFile = nullptr;
601 xmlFile = f;
605 if (xmlFile == nullptr) {
610 sInstance = createInstanceFromXmlFile(xmlFile);
848 bool MediaProfiles::checkXmlFile(const char* xmlFile) {
850 return stat(xmlFile, &fStat) == 0 && S_ISREG(fStat.st_mode);