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

/system/extras/ext4_utils/
H A Dsparse_format.h19 __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 Dsimg2img.c227 if (sparse_header.major_version != SPARSE_HEADER_MAJOR_VER) {
H A Dimg2simg.c269 file_hdr.sparse_hdr.major_version = my_htole16(1);
H A Doutput_file.c146 .major_version = SPARSE_HEADER_MAJOR_VER,
/system/vold/
H A Dcryptfs.h47 __le16 major_version; member in struct:crypt_mnt_ftr
H A Dcryptfs.c305 if (crypt_ftr->major_version != 1) {
307 crypt_ftr->major_version);
972 ftr->major_version = 1;

Completed in 88 milliseconds