Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c11214 static int resolve_full_path(const char *file, char *result, size_t result_sz) in resolve_full_path() argument
11245 snprintf(result, result_sz, "%.*s/%s", seg_len, s, file); in resolve_full_path()