Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/
H A Dtesting_helpers.h31 int parse_test_list_file(const char *path,
H A Dtesting_helpers.c172 int parse_test_list_file(const char *path, in parse_test_list_file() function
H A Dtest_progs.c809 err = parse_test_list_file(arg + 1, in parse_arg()
822 err = parse_test_list_file(arg + 1, in parse_arg()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Darg_parsing.c149 ASSERT_OK(parse_test_list_file(tmpfile, &set, true), "parse file"); in test_parse_test_list_file()