Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dbanner.c62 static BOOL verify(const char *name, u32 size);
87 …if(verify("savefile.dat", SAVEFILE_SIZE) && verify("banner.bin", NAND_BANNER_SIZE(ICONS))) // Bot… in main()
96 else if(verify("savefile.dat", SAVEFILE_SIZE)) // Only save file exists in main()
150 BOOL verify(const char *name, u32 size) in verify() function