Home | History | Annotate | Download | only in minui

Lines Matching defs:resPath

47     char resPath[256];
56 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
57 resPath[sizeof(resPath)-1] = '\0';
58 FILE* fp = fopen(resPath, "rb");
200 char resPath[256];
209 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name);
210 resPath[sizeof(resPath)-1] = '\0';
211 FILE* fp = fopen(resPath, "rb");