Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/capabilities/
Dtest_execve.c209 static int do_tests(int uid, const char *our_path) in do_tests() argument
213 int ourpath_fd = open(our_path, O_RDONLY | O_DIRECTORY); in do_tests()
215 err(1, "open '%s'", our_path); in do_tests()
404 char *tmp1, *tmp2, *our_path; in main() local
411 our_path = strdup(tmp2); in main()
412 if (!our_path) in main()
418 return do_tests(0, our_path); in main()
423 return do_tests(1, our_path); in main()