Searched refs:resPath (Results 1 – 2 of 2) sorted by relevance
52 char resPath[256]; in open_png() local56 snprintf(resPath, sizeof(resPath) - 1, "/res/images/%s.png", name); in open_png()57 resPath[sizeof(resPath) - 1] = '\0'; in open_png()58 FILE* fp = fopen(resPath, "rb"); in open_png()
50 char resPath[256]; in open_png() local54 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name); in open_png()55 resPath[sizeof(resPath)-1] = '\0'; in open_png()56 FILE* fp = fopen(resPath, "rb"); in open_png()