Searched refs:longpath (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/tools/testing/selftests/exec/ |
H A D | execveat.c | 23 static char longpath[2 * PATH_MAX] = ""; variable 157 if (*longpath == '\0') { check_execveat_pathmax() 164 strcat(longpath, longname); check_execveat_pathmax() 165 mkdir(longpath, 0755); check_execveat_pathmax() 172 strcat(longpath, longname); check_execveat_pathmax() 174 exe_cp(src, longpath); check_execveat_pathmax() 181 fd = open(longpath, O_RDONLY); check_execveat_pathmax() 184 src, strlen(longpath)); check_execveat_pathmax() 188 strlen(longpath), errno, strerror(errno)); check_execveat_pathmax() 203 fail += check_execveat_invoked_rc(dot_dfd, longpath, 0, check_execveat_pathmax() 206 fail += check_execveat(dot_dfd, longpath, 0); check_execveat_pathmax()
|
Completed in 55 milliseconds