Lines Matching refs:to_string
75 *error = "Conflicting major version: " + to_string(existingVersion); in shouldAdd()
79 *error += " vs. " + to_string(v); in shouldAdd()
376 *error = "Wrong type; checking " + to_string(mType) + " manifest against " in checkCompatibility()
377 + to_string(mat.mType) + " compatibility matrix"; in checkCompatibility()
386 *error += " Matrix level = " + to_string(mat.level()) + "."; in checkCompatibility()
388 *error += " Manifest level = " + to_string(level()) + "."; in checkCompatibility()
414 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
501 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" + in getXmlFilePath()
502 std::to_string(version.minorVer) + ".xml"; in getXmlFilePath()
618 *error = "Cannot add a " + to_string(other->type()) + " manifest to a " + in addAll()
619 to_string(type()) + " manifest"; in addAll()
634 *error = "Conflicting target-level: " + to_string(level()) + " vs. " + in addAll()
635 to_string(other->level()); in addAll()
643 *error = "Conflicting sepolicy version: " + to_string(sepolicyVersion()) + " vs. " + in addAll()
644 to_string(other->sepolicyVersion()); in addAll()