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

/linux-master/tools/lib/bpf/
H A Dlibbpf.c11701 static int resolve_full_path(const char *file, char *result, size_t result_sz) function
11799 err = resolve_full_path(path, full_path, sizeof(full_path));
11893 err = resolve_full_path(binary_path, full_path, sizeof(full_path));
12092 err = resolve_full_path(binary_path, resolved_path, sizeof(resolved_path));

Completed in 180 milliseconds