Searched refs:tempBuffer (Results 1 – 1 of 1) sorted by relevance
342 char tempBuffer[MAX_ASSET_DIR_LEN]; in DEMOGfxInit() local343 tempBuffer[MAX_ASSET_DIR_LEN - 2] = 0; in DEMOGfxInit()345 strncpy(tempBuffer, p+strlen("DEMO_ASSETS_DIR="), MAX_ASSET_DIR_LEN - 2); in DEMOGfxInit()347 char* p2 = tempBuffer; in DEMOGfxInit()358 strcpy(gDemoAssetsDir, tempBuffer); in DEMOGfxInit()