Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_proc.c460 const size_t soname_len = strlen(libname) + strlen("lib.so"); in bcc_procutils_which_so() local
461 char soname[soname_len + 1]; in bcc_procutils_which_so()
479 snprintf(soname, soname_len + 1, "lib%s.so", libname); in bcc_procutils_which_so()
482 if (!strncmp(lib_cache[i].libname, soname, soname_len) && in bcc_procutils_which_so()