HomeSort by relevance Sort by last modified time
    Searched refs:fat_dirent (Results 1 - 4 of 4) sorted by null

  /system/extras/fatblock/
fat.c 27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster)
35 void fat_dirent_set(struct fat_dirent *de,
fat.h 88 struct fat_dirent { struct
119 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster);
120 void fat_dirent_set(struct fat_dirent *de,
fatblock.h 62 struct fat_dirent *entries;
import.c 92 struct fat_dirent *dot_dot_dirent;
205 struct fat_dirent *ch_dirent;
294 d->size = sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2));
307 d->entries = malloc(sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2)));

Completed in 53 milliseconds