Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c211 static int do_tests(int uid, const char *our_path) in do_tests() argument
216 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY); in do_tests()
219 our_path, strerror(errno)); in do_tests()
425 char *tmp1, *tmp2, *our_path; in main() local
432 our_path = strdup(tmp2); in main()
433 if (!our_path) in main()
443 return do_tests(0, our_path); in main()
452 return do_tests(1, our_path); in main()