Searched refs:resPath (Results 1 – 1 of 1) sorted by relevance
51 char resPath[256]; in open_png() local57 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name); in open_png()58 resPath[sizeof(resPath)-1] = '\0'; in open_png()59 FILE* fp = fopen(resPath, "rb"); in open_png()