Home
last modified time | relevance | path

Searched defs:filePath (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/build/demos/fntdemo/src/
Dfntdemo1.c304 static BOOL ReadFileAll( void** ppBuffer, const char* filePath ) in ReadFileAll()
345 static BOOL InitFont( FNTHeader** ppFont, const char* filePath ) in InitFont()
407 static BOOL InitFontStreaming( FNTHeader** ppFont, const char* filePath ) in InitFontStreaming()
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dcheck.c145 char filePath[NAND_MAX_PATH] = ""; in generateSaveFile() local