Home
last modified time | relevance | path

Searched refs:EXFAT_STREAM (Results 1 – 4 of 4) sorted by relevance

/third_party/exfatprogs/include/
Dexfat_ondisk.h59 #define EXFAT_STREAM 0xC0 /* stream entry */ macro
/third_party/exfatprogs/lib/
Dexfat_dir.c457 if (retval || stream_de->type != EXFAT_STREAM) in filter_lookup_file()
616 dset[1].type = EXFAT_STREAM; in exfat_build_file_dentry_set()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c311 if (ret || stream_de->type != EXFAT_STREAM) { in read_file_dentry_set()
/third_party/exfatprogs/fsck/
Dfsck.c846 if (ret || stream_de->type != EXFAT_STREAM) { in read_file_dentry_set()