Lines Matching refs:version
47 * - 4-byte version number of the metadata, little endian (0x00000001 for v1)
52 * restore code does not recognize the metadata version, it can still
57 * - 4 byte version number === 0x00000001 (little endian)
63 int version;
246 metadata.version = tolel(CURRENT_METADATA_VERSION);
403 // server keep the old version. Maybe they'll be able to deal with it
486 metadata.version = fromlel(metadata.version);
488 if (metadata.version > CURRENT_METADATA_VERSION) {
491 LOGW("Restoring file with unsupported metadata version %d (currently %d)",
492 metadata.version, CURRENT_METADATA_VERSION);