Searched defs:res (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/minui/ |
D | graphics.cpp | 273 int res = res_create_alpha_surface(name, &(font->texture)); in gr_init_font() local 292 int res = gr_init_font("font", &gr_font); in gr_init_font() local
|
D | graphics_drm.cpp | 350 drmModeRes *res = NULL; in drm_init() local
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 594 int res = stat(fn.c_str(), &sb); in LoadStash() local 652 int res = stat(cn.c_str(), &sb); in WriteStash() local 729 int res = stat(dirname.c_str(), &sb); in CreateStash() local 895 int res = ReadBlocks(src, buffer, fd); in LoadSrcTgtVersion2() local 927 int res = LoadStash(params, stashbase, tokens[0], false, nullptr, stash, true); in LoadSrcTgtVersion2() local 1528 int res = CreateStash(state, stash_max_blocks, blockdev_filename->data, params.stashbase); in PerformBlockImageUpdate() local
|
/bootable/recovery/ |
D | fuse_sideload.cpp | 102 int res; in fuse_reply() local
|