Searched refs:defaultXml (Results 1 – 1 of 1) sorted by relevance
399 static std::string createManifestXmlWithInternalMt(StringRef defaultXml) { in createManifestXmlWithInternalMt() argument401 MemoryBuffer::getMemBufferCopy(defaultXml); in createManifestXmlWithInternalMt()419 static std::string createManifestXmlWithExternalMt(StringRef defaultXml) { in createManifestXmlWithExternalMt() argument426 os << defaultXml; in createManifestXmlWithExternalMt()451 std::string defaultXml = createDefaultXml(); in createManifestXml() local453 return defaultXml; in createManifestXml()456 return createManifestXmlWithInternalMt(defaultXml); in createManifestXml()458 return createManifestXmlWithExternalMt(defaultXml); in createManifestXml()