Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/exec/
Dexecveat.c25 static char longpath[2 * PATH_MAX] = ""; variable
159 if (*longpath == '\0') { in check_execveat_pathmax()
168 strcpy(longpath, cwd); in check_execveat_pathmax()
169 strcat(longpath, "/"); in check_execveat_pathmax()
175 strcat(longpath, longname); in check_execveat_pathmax()
176 mkdir(longpath, 0755); in check_execveat_pathmax()
183 strcat(longpath, longname); in check_execveat_pathmax()
186 exe_cp(src, longpath); in check_execveat_pathmax()
193 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()
196 src, strlen(longpath)); in check_execveat_pathmax()
[all …]