Searched refs:strpadcpy (Results 1 - 3 of 3) sorted by relevance

/system/extras/fatblock/
H A Dutils.c24 void strpadcpy(char *d, const char *s, char p, size_t l) function
H A Dutils.h30 void strpadcpy(char *d, const char *s, char p, size_t l);
H A Dfs.c186 strpadcpy(bs->name, "FATBLOCK", ' ', sizeof(bs->name));
203 strpadcpy(bs->vol_label, "FATBLOCK", ' ', sizeof(bs->vol_label));
204 strpadcpy(bs->type, "FAT32", ' ', sizeof(bs->type));

Completed in 356 milliseconds