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

  /system/extras/fatblock/
fat.c 24 const char FAT_INFO_SIG1[4] = { 'R', 'R', 'a', 'A' };
fat.h 69 extern const char FAT_INFO_SIG1[4];
fs.c 210 memcpy(is->info_sig1, FAT_INFO_SIG1, sizeof(is->info_sig1));

Completed in 186 milliseconds