Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3411 size_t buff_size = (cnt < cnt_max && cnt < 0xFFFFFFFF-1) ? in applyStyle() local
3413 curEntries = (theme_entry*)malloc(buff_size); in applyStyle()
3414 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()