Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c13047 const char *next_path; in resolve_full_path() local
13052 next_path = strchr(s, ':'); in resolve_full_path()
13053 seg_len = next_path ? next_path - s : strlen(s); in resolve_full_path()