Searched refs:check_execveat_invoked_rc (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 76 static int check_execveat_invoked_rc(int fd, const char *path, int flags, in check_execveat_invoked_rc() function 134 return check_execveat_invoked_rc(fd, path, flags, 99, 99); in check_execveat() 232 fail += check_execveat_invoked_rc(root_dfd, longpath + 1, 0, in check_execveat_pathmax() 257 ret = check_execveat_invoked_rc(fd, "", AT_EMPTY_PATH, 0, 0); in check_execveat_comm()
|