Searched refs:pict_path (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/demos.TWL/tcl/tcl-1/src/ |
| D | main.c | 173 char pict_path[TCL_PATH_LEN]; in TwlMain() local 326 MI_CpuClear( pict_path, TCL_PATH_LEN ); in TwlMain() 365 ( void ) TCL_PrintPicturePath( pict_path, TCL_PATH_LEN, pPicInfo ); in TwlMain() 366 …ictureInfoFromPath( &accessor, &pGetPicInfo, (const char*)pict_path, (u32)STD_StrLen(pict_path) ) … in TwlMain() 495 ( void ) TCL_PrintPicturePath( pict_path, TCL_PATH_LEN, pPicInfo ); in TwlMain() 499 if( FS_OpenFileEx( &file, pict_path, FS_FILEMODE_R ) ) in TwlMain()
|