OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 28 milliseconds