HomeSort by relevance Sort by last modified time
    Searched full:first_cluster_low (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/fs/fat/
fat_fs.h 116 uint16_t first_cluster_low; member in struct:fat_dir_entry
fat.c 423 first_clust = (dir->first_cluster_high << 16) + dir->first_cluster_low;
551 (de->first_cluster_high << 16) + de->first_cluster_low;
711 dirent->d_ino = de->first_cluster_low | (de->first_cluster_high << 16);

Completed in 92 milliseconds