Home
last modified time | relevance | path

Searched refs:resPath (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/recovery/minui/
H A Dresources.c52 char resPath[256]; in open_png() local
56 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()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Dresources.c50 char resPath[256]; in open_png() local
54 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()