Searched refs:major_version (Results 1 - 6 of 6) sorted by relevance

/system/core/libsparse/
H A Dsparse_format.h23 __le16 major_version; /* (0x1) - reject images with higher major versions */ member in struct:sparse_header
H A Dsimg_dump.py59 major_version = header[1]
72 if major_version != 1 or minor_version != 0:
74 % (me, path, major_version, minor_version))
H A Dsparse_read.c309 if (sparse_header.major_version != SPARSE_HEADER_MAJOR_VER) {
441 if (sparse_header.major_version != SPARSE_HEADER_MAJOR_VER) {
H A Doutput_file.c586 .major_version = SPARSE_HEADER_MAJOR_VER,
/system/vold/
H A Dcryptfs.h47 __le16 major_version; member in struct:crypt_mnt_ftr
H A Dcryptfs.c307 if (crypt_ftr->major_version != 1) {
309 crypt_ftr->major_version);
991 ftr->major_version = 1;

Completed in 329 milliseconds