Home
last modified time | relevance | path

Searched refs:_fstat (Results 1 – 15 of 15) sorted by relevance

/third_party/node/test/parallel/
Dtest-fs-readfile-zero-byte-liar.js33 fs._fstat = fs.fstat;
37 fs._fstat(fd, (er, st) => {
/third_party/musl/porting/liteos_a_newlib/kernel/src/
Dfs.c62 int _fstat(int fd, struct stat *buf) in _fstat() function
109 int _fstat(int fd, struct stat *buf) in _fstat() function
/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp128 return EBADF != _fstat(fd, &s); in is_valid_fd()
136 if(0 != _fstat(fd, &s)) in is_normal_file()
144 if(0 != _fstat(fd, &s)) in get_size()
/third_party/e2fsprogs/include/nonunix/
Dunistd.h21 #define fstat _fstat
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.c589 static enum fork_status _fstat = CK_FORK; variable
595 _fstat = fstat; in set_fork_status()
603 return _fstat; in cur_fork_status()
/third_party/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat
/third_party/FreeBSD/include/
Dfts.h55 #define _fstat(fd, statbuf) (fstat((fd), (statbuf))) macro
/third_party/openssl/crypto/rand/
Drandfile.c36 # define fstat _fstat
/third_party/curl/lib/
Dcurl_setup.h370 # define fstat(fdes,stp) _fstat(fdes, stp)
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c55 #define fstat _fstat
Dgstfdsrc.c75 #define fstat _fstat
/third_party/FreeBSD/lib/libc/gen/
Dfts.c1136 if (_fstat(newfd, &sb)) { in fts_safe_changedir()
/third_party/sqlite/src/
Dshell.c669 if( _fstat(_fileno(rv), &x) != 0 in openChrSource()