Lines Matching refs:to_string
292 *error = "Wrong type; checking " + to_string(mType) + " manifest against " in checkCompatibility()
293 + to_string(mat.mType) + " compatibility matrix"; in checkCompatibility()
302 *error += " Matrix level = " + to_string(mat.level()) + "."; in checkCompatibility()
304 *error += " Manifest level = " + to_string(level()) + "."; in checkCompatibility()
330 *error = "Sepolicy version " + to_string(device.mSepolicyVersion) in checkCompatibility()
410 xmlFileName + "_V" + std::to_string(version.majorVer) + "_" + in getXmlFilePath()
411 std::to_string(version.minorVer) + ".xml"; in getXmlFilePath()
486 *error = "Cannot merge manifest version " + to_string(mMetaVersion) + " and " + in addAll()
487 to_string(other->mMetaVersion); in addAll()
495 *error = "Cannot add a " + to_string(other->type()) + " manifest to a " + in addAll()
496 to_string(type()) + " manifest"; in addAll()
511 *error = "Conflicting target-level: " + to_string(level()) + " vs. " + in addAll()
512 to_string(other->level()); in addAll()
520 *error = "Conflicting sepolicy version: " + to_string(sepolicyVersion()) + " vs. " + in addAll()
521 to_string(other->sepolicyVersion()); in addAll()
529 *error = "Conflicting kernel: " + to_string(device.mKernel->version()) + " vs. " + in addAll()
530 to_string(other->device.mKernel->version()); in addAll()