Searched refs:file_att (Results 1 – 1 of 1) sorted by relevance
822 struct stat file_att; in get_executable() local845 if (fstat(fd, &file_att) || !S_ISREG(file_att.st_mode)) { in get_executable()