Searched refs:defaultXml (Results 1 – 1 of 1) sorted by relevance
414 static std::string createManifestXmlWithInternalMt(StringRef defaultXml) { in createManifestXmlWithInternalMt() argument416 MemoryBuffer::getMemBufferCopy(defaultXml); in createManifestXmlWithInternalMt()435 static std::string createManifestXmlWithExternalMt(StringRef defaultXml) { in createManifestXmlWithExternalMt() argument442 os << defaultXml; in createManifestXmlWithExternalMt()472 std::string defaultXml = createDefaultXml(); in createManifestXml() local474 return defaultXml; in createManifestXml()477 return createManifestXmlWithInternalMt(defaultXml); in createManifestXml()479 return createManifestXmlWithExternalMt(defaultXml); in createManifestXml()