Searched defs:name_size (Results 1 - 2 of 2) sorted by relevance

/system/extras/showmap/
H A Dshowmap.cpp74 const int name_size = strlen(name) + 1; local
75 struct mapinfo* info = reinterpret_cast<mapinfo*>(calloc(1, sizeof(mapinfo) + name_size));
85 strlcpy(info->name, name, name_size);
/system/bt/stack/btm/
H A Dbtm_sec.cc1675 uint16_t name_size; local
1717 name_size = name_len;
1718 if (name_size > strlen(btm_cb.cfg.bd_name)) {
1720 name_size = (uint16_t)strlen(btm_cb.cfg.bd_name);
1722 delta = name_size + 2;
1724 *p++ = name_size + 1;
1726 ARRAY_TO_STREAM(p, btm_cb.cfg.bd_name, name_size);

Completed in 102 milliseconds