Lines Matching refs:to_string
87 *error = "Conflicting major version: " + to_string(existingVersion); in addingConflictingMajorVersion()
91 *error += " vs. " + to_string(v); in addingConflictingMajorVersion()
504 *error = "Wrong type; checking " + to_string(mType) + " manifest against " in checkCompatibility()
505 + to_string(mat.mType) + " compatibility matrix"; in checkCompatibility()
514 *error += " Matrix level = " + to_string(mat.level()) + "."; in checkCompatibility()
516 *error += " Manifest level = " + to_string(level()) + "."; in checkCompatibility()
542 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
650 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" + in getXmlFilePath()
651 std::to_string(version.minorVer) + ".xml"; in getXmlFilePath()
779 *error = "Cannot add a " + to_string(other->type()) + " manifest to a " + in addAll()
780 to_string(type()) + " manifest"; in addAll()
795 *error = "Conflicting target-level: " + to_string(level()) + " vs. " + in addAll()
796 to_string(other->level()); in addAll()
804 *error = "Conflicting sepolicy version: " + to_string(sepolicyVersion()) + " vs. " + in addAll()
805 to_string(other->sepolicyVersion()); in addAll()