HomeSort by relevance Sort by last modified time
    Searched refs:filestat (Results 1 - 5 of 5) sorted by null

  /external/autotest/client/tests/aio_dio_bugs/src/
aio-dio-extend-stat.c 113 struct stat filestat; local
132 fstat(handle, &filestat);
133 if (filestat.st_size < exSize)
138 filestat.st_size);
  /external/syslinux/utils/
mkdiskimage.in 120 if ( (@filestat = stat(OUTPUT)) && S_ISREG($filestat[2]) ) {
121 $len = $filestat[7] >> 9;
122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
  /external/ltp/utils/ffsb-6.0-rc2/
util.c 41 struct stat filestat; local
44 struct stat64 filestat;
47 STAT(name, &filestat);
48 return (uint64_t) filestat.st_size;
  /external/syslinux/bios/utils/
mkdiskimage 120 if ( (@filestat = stat(OUTPUT)) && S_ISREG($filestat[2]) ) {
121 $len = $filestat[7] >> 9;
122 } elsif ( $is_linux && S_ISBLK($filestat[2]) ) {
  /external/wayland/cursor/
convert_font.c 529 struct stat filestat; local
531 fstat(fd, &filestat);
533 void *fontbuf = mmap(NULL, filestat.st_size, PROT_READ,

Completed in 280 milliseconds