Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c11837 const char *archive_path = NULL, *archive_sep = NULL; local
11860 archive_sep = strstr(binary_path, "!/");
11861 if (archive_sep) {
11864 min(sizeof(full_path), (size_t)(archive_sep - binary_path + 1)));
11866 binary_path = archive_sep + 2;

Completed in 17 milliseconds