Lines Matching refs:longpath
23 static char longpath[2 * PATH_MAX] = ""; variable
157 if (*longpath == '\0') { in check_execveat_pathmax()
164 strcat(longpath, longname); in check_execveat_pathmax()
165 mkdir(longpath, 0755); in check_execveat_pathmax()
172 strcat(longpath, longname); in check_execveat_pathmax()
174 exe_cp(src, longpath); in check_execveat_pathmax()
181 fd = open(longpath, O_RDONLY); in check_execveat_pathmax()
184 src, strlen(longpath)); in check_execveat_pathmax()
188 strlen(longpath), errno, strerror(errno)); in check_execveat_pathmax()
203 fail += check_execveat_invoked_rc(dot_dfd, longpath, 0, in check_execveat_pathmax()
206 fail += check_execveat(dot_dfd, longpath, 0); in check_execveat_pathmax()