Searched refs:kAttrType (Results 1 – 1 of 1) sorted by relevance
97 constexpr const char kAttrType[] = "type"; variable205 if (innerElement->QueryStringAttribute(kAttrType, &type) != XML_SUCCESS) { in readPackageToAppCategoryTypes()206 return Error() << "Failed to read '" << kAttrType << "' attribute in '" in readPackageToAppCategoryTypes()504 innerElement->SetAttribute(kAttrType, toString(meta.appCategoryType).c_str()); in writePackageToAppCategoryTypes()