Searched refs:fat_dirent (Results 1 - 4 of 4) sorted by relevance

/system/extras/fatblock/
H A Dfat.c27 void fat_dirent_set_first_cluster(struct fat_dirent *de, cluster_t cluster)
35 void fat_dirent_set(struct fat_dirent *de,
H A Dfat.h88 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,
H A Dfatblock.h62 struct fat_dirent *entries;
H A Dimport.c92 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 46 milliseconds