Home
last modified time | relevance | path

Searched refs:file_checksum (Results 1 – 3 of 3) sorted by relevance

/third_party/exfatprogs/include/
Dexfat_ondisk.h199 #define file_checksum dentry.file.checksum macro
/third_party/exfatprogs/fsck/
Dfsck.c629 if (checksum != le16_to_cpu(dentry->file_checksum)) { in check_inode()
631 dentry->file_checksum = cpu_to_le16(checksum); in check_inode()
828 if (checksum != le16_to_cpu(file_de->file_checksum)) { in read_file_dentry_set()
/third_party/ffmpeg/libavformat/
Dmov.c994 uint8_t file_checksum[20]; in mov_read_adrm() local
1018 avio_read(pb, file_checksum, 20); in mov_read_adrm()
1022 av_log(c->fc, AV_LOG_INFO, "%02x", file_checksum[i]); in mov_read_adrm()
1058 if (memcmp(calculated_checksum, file_checksum, 20)) { // critical error in mov_read_adrm()