Home
last modified time | relevance | path

Searched refs:FAT_INFO_SIG1 (Results 1 – 3 of 3) sorted by relevance

/system/extras/fatblock/
Dfat.c24 const char FAT_INFO_SIG1[4] = { 'R', 'R', 'a', 'A' }; variable
Dfat.h69 extern const char FAT_INFO_SIG1[4];
Dfs.c210 memcpy(is->info_sig1, FAT_INFO_SIG1, sizeof(is->info_sig1)); in fs_init()