Home | History | Annotate | Download | only in co

Lines Matching refs:file_stat

333     struct  stat file_stat;
350 if (fstat(fd, &file_stat) == 0)
352 file_size = file_stat.st_size;