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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c11862 const char *archive_path = NULL, *archive_sep = NULL; local
11885 archive_sep = strstr(binary_path, "!/");
11886 if (archive_sep) {
11889 min(sizeof(full_path), (size_t)(archive_sep - binary_path + 1)));
11891 binary_path = archive_sep + 2;

Completed in 155 milliseconds