Home
last modified time | relevance | path

Searched defs:incfs_file_signature (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/incremental_delivery/incfs/incfsdump/
H A Ddump.cpp186 struct incfs_file_signature { struct
187 struct incfs_md_header sg_header;
189 int32_t sg_sig_size; /* The size of the signature. */
191 int64_t sg_sig_offset; /* Signature's offset in the backing file */
193 int32_t sg_hash_tree_size; /* The size of the hash tree. */
195 int64_t sg_hash_tree_offset; /* Hash tree offset in the backing file */
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h50953 struct incfs_file_signature { struct
50954 struct incfs_md_header sg_header;
50955 __le32 sg_sig_size;
50956 __le64 sg_sig_offset;
50957 __le32 sg_hash_tree_size;
50981 struct incfs_file_signature signature; argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h60711 struct incfs_file_signature { struct
60712 struct incfs_md_header sg_header;
60713 __le32 sg_sig_size;
60714 __le64 sg_sig_offset;
60715 __le32 sg_hash_tree_size;
60739 struct incfs_file_signature signature; argument