Home
last modified time | relevance | path

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

/bootable/recovery/recovery_ui/
Dscreen_ui.cpp842 static char** Alloc2d(size_t rows, size_t cols) { in Alloc2d() function
898 text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()
899 file_viewer_text_ = Alloc2d(text_rows_, text_cols_ + 1); in Init()