Home | History | Annotate | Download | only in Uefi

Lines Matching defs:stat

33 #include  <sys/stat.h>

557 @param[in] perms Permissions as defined in <sys/stat.h>
641 <sys/stat.h>. Only used if a file is created
980 The statbuf argument is a pointer to a stat structure, as defined
981 in <sys/stat.h>, into which information is placed concerning the file.
988 into the stat structure.
993 The stat structure members which don't have direct analogs to EFI file
1010 fstat (int fd, struct stat *statbuf)
1038 stat (const char *path, struct stat *statbuf)
1053 /** Same as stat since EFI doesn't have symbolic links.
1063 lstat (const char *path, struct stat *statbuf)
1065 return stat(path, statbuf);