Home
last modified time | relevance | path

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

12

/third_party/iowow/src/fs/tests/
Diwfs_test1.c83 IWP_FILE_STAT fstat; in iwfs_exfile_test1() local
143 IWP_FILE_STAT fstat; in iwfs_exfile_test1_2() local
182 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.c47 #define fstat _fstat macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #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/openssl/crypto/rand/
Drandfile.c44 # define fstat _fstat macro
/third_party/rust/crates/rustix/src/fs/
Dfd.rs158 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() function
/third_party/iowow/src/fs/
Diwfile.c166 IWP_FILE_STAT fstat; in iwfs_file_open() local
Diwexfile.c892 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/rust/crates/nix/src/sys/
Dstat.rs261 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
/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.c475 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/rust/crates/rustix/src/backend/linux_raw/fs/
Dsyscalls.rs411 pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> { in fstat() function
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dsyscalls.rs958 pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> { in fstat() function
/third_party/node/lib/
Dfs.js1052 function fstat(fd, options = { bigint: false }, callback) { function

12