Home
last modified time | relevance | path

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

/external/bcc/src/cc/usdt/
Dusdt.cc269 } else if (char *which_so = bcc_procutils_which_so(bin_path.c_str(), 0)) { in resolve_bin_path() local
270 result = which_so; in resolve_bin_path()
271 ::free(which_so); in resolve_bin_path()