Lines Matching full:versioncode
766 int32_t versionCode = getIntegerAttribute(tree, VERSION_CODE_ATTR, &error);768 fprintf(stderr, "ERROR getting 'android:versionCode' attribute: %s\n", error.string());771 if (versionCode > 0) {772 printf("versionCode='%d' ", versionCode);774 printf("versionCode='' ");