Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.c45 char resPath[256]; in res_create_surface() local
54 snprintf(resPath, sizeof(resPath)-1, "/res/images/%s.png", name); in res_create_surface()
55 resPath[sizeof(resPath)-1] = '\0'; in res_create_surface()
56 FILE* fp = fopen(resPath, "rb"); in res_create_surface()