Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h87 #define SOINFO_NAME_LEN 128 macro
93 char name[SOINFO_NAME_LEN];
Dlinker.cpp298 if (strlen(name) >= SOINFO_NAME_LEN) { in soinfo_alloc()