Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
H A Dlibbpf.c12108 const char *archive_path = NULL, *archive_sep = NULL; in bpf_program__attach_uprobe_opts() local
12131 archive_sep = strstr(binary_path, "!/"); in bpf_program__attach_uprobe_opts()
12132 if (archive_sep) { in bpf_program__attach_uprobe_opts()
12135 min(sizeof(full_path), (size_t)(archive_sep - binary_path + 1))); in bpf_program__attach_uprobe_opts()
12137 binary_path = archive_sep + 2; in bpf_program__attach_uprobe_opts()