Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dlibbpf.c11954 char *next_path; in resolve_full_path() local
11959 next_path = strchr(s, ':'); in resolve_full_path()
11960 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()