Searched refs:fileAttrs (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/localize/ |
D | XLIFFFile.cpp | 476 vector<XMLAttribute> fileAttrs; in ToXMLNode() local 477 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "datatype", "x-android-res")); in ToXMLNode() 478 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "original", file.filename)); in ToXMLNode() 483 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "date", trim_string(ctime(&tv.tv_sec)))); in ToXMLNode() 485 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "source-language", m_sourceConfig.locale)); in ToXMLNode() 486 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "target-language", m_targetConfig.locale)); in ToXMLNode() 487 fileAttrs.push_back(XMLAttribute(XLIFF_XMLNS, "build-num", m_currentVersion)); in ToXMLNode() 489 XMLNode* fileNode = XMLNode::NewElement(GENERATED_POS, XLIFF_XMLNS, "file", fileAttrs, in ToXMLNode()
|