Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dresources.cpp41 unsigned char* temp = static_cast<unsigned char*>(malloc(size)); in malloc_surface() local
42 if (temp == NULL) return NULL; in malloc_surface()
43 GRSurface* surface = reinterpret_cast<GRSurface*>(temp); in malloc_surface()
44 surface->data = temp + sizeof(GRSurface) + in malloc_surface()
/bootable/recovery/
Drecovery.cpp1621 Device::BuiltinAction temp = prompt_and_wait(device, status); in main() local
1622 if (temp != Device::NO_ACTION) { in main()
1623 after = temp; in main()