Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_d_path.c14 char paths_close[MAX_FILES][MAX_PATH_LEN] = {}; variable
58 paths_close[cnt], MAX_PATH_LEN); in BPF_PROG()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c157 CHECK(strncmp(src.paths[i], bss->paths_close[i], MAX_PATH_LEN), in test_d_path_basic()
160 i, src.paths[i], bss->paths_close[i]); in test_d_path_basic()
170 i, bss->rets_close[i], strlen(bss->paths_close[i]) + 1, in test_d_path_basic()