Lines Matching refs:to_string
84 *error = "Conflicting major version: " + to_string(existingVersion); in addingConflictingMajorVersion()
88 *error += " vs. " + to_string(v); in addingConflictingMajorVersion()
386 *error = "Wrong type; checking " + to_string(mType) + " manifest against " in checkCompatibility()
387 + to_string(mat.mType) + " compatibility matrix"; in checkCompatibility()
396 *error += " Matrix level = " + to_string(mat.level()) + "."; in checkCompatibility()
398 *error += " Manifest level = " + to_string(level()) + "."; in checkCompatibility()
424 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
525 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" + in getXmlFilePath()
526 std::to_string(version.minorVer) + ".xml"; in getXmlFilePath()
654 *error = "Cannot add a " + to_string(other->type()) + " manifest to a " + in addAll()
655 to_string(type()) + " manifest"; in addAll()
670 *error = "Conflicting target-level: " + to_string(level()) + " vs. " + in addAll()
671 to_string(other->level()); in addAll()
679 *error = "Conflicting sepolicy version: " + to_string(sepolicyVersion()) + " vs. " + in addAll()
680 to_string(other->sepolicyVersion()); in addAll()