Home
last modified time | relevance | path

Searched defs:fstat (Results 1 – 25 of 25) sorted by relevance

/third_party/iowow/src/fs/tests/
Diwfs_test1.c84 IWP_FILE_STAT fstat; in iwfs_exfile_test1() local
144 IWP_FILE_STAT fstat; in iwfs_exfile_test1_2() local
183 IWP_FILE_STAT fstat; in test_fibo_inc() local
/third_party/musl/src/stat/
Dfstat.c7 int fstat(int fd, struct stat *st) in fstat() function
/third_party/node/test/parallel/
Dtest-fs-readfile-zero-byte-liar.js36 fs.fstat = (fd, cb) => { function in fs
Dtest-fs-sync-fd-leak.js45 internalBinding('fs').fstat = function(fd, bigint, _, ctx) { function
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat macro
/third_party/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat macro
/third_party/e2fsprogs/include/nonunix/
Dunistd.h21 #define fstat _fstat macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat macro
/third_party/openssl/crypto/rand/
Drandfile.c36 # define fstat _fstat macro
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstfdsink.c55 #define fstat _fstat macro
78 #define fstat fstat64 macro
Dgstfdsrc.c75 #define fstat _fstat macro
89 #define fstat fstat64 macro
Dgstfilesrc.c73 #define fstat fstat64 macro
/third_party/glib/glib/
Dgmappedfile.c41 #define fstat(a,b) _fstati64(a,b) macro
Dgkeyfile.c44 #define fstat(a,b) _fstati64(a,b) macro
/third_party/iowow/src/fs/
Diwfile.c161 IWP_FILE_STAT fstat; in iwfs_file_open() local
Diwexfile.c865 IWP_FILE_STAT fstat; in iwfs_exfile_open() local
/third_party/ffmpeg/libavformat/
Dos_support.h56 # define fstat(f,s) _fstati64((f), (s)) macro
/third_party/curl/lib/
Dcurl_setup.h345 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
370 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck_impl.h127 enum fork_status fstat; /* controls if suites are forked or not member
Dcheck.c592 set_fork_status (enum fork_status fstat) in set_fork_status()
Dcheck_run.c679 srunner_set_fork_status (SRunner * sr, enum fork_status fstat) in srunner_set_fork_status()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c463 PUBLIC int fstat(int fd, struct stat* stat_buf) in fstat() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_fileio.js399 fstat: function (...args) { method
/third_party/node/lib/internal/fs/
Dpromises.js571 async function fstat(handle, options = { bigint: false }) { function
/third_party/node/lib/
Dfs.js1052 function fstat(fd, options = { bigint: false }, callback) { function