Searched refs:defaultXml (Results 1 – 1 of 1) sorted by relevance
393 static std::string createManifestXmlWithInternalMt(StringRef defaultXml) { in createManifestXmlWithInternalMt() argument395 MemoryBuffer::getMemBufferCopy(defaultXml); in createManifestXmlWithInternalMt()413 static std::string createManifestXmlWithExternalMt(StringRef defaultXml) { in createManifestXmlWithExternalMt() argument420 os << defaultXml; in createManifestXmlWithExternalMt()445 std::string defaultXml = createDefaultXml(); in createManifestXml() local447 return defaultXml; in createManifestXml()450 return createManifestXmlWithInternalMt(defaultXml); in createManifestXml()452 return createManifestXmlWithExternalMt(defaultXml); in createManifestXml()