/third_party/musl/porting/linux/user/src/misc/aarch64/ |
D | fstat.s | 5 .global fstat symbol 10 fstat: label
|
/third_party/musl/src/stat/ |
D | fstat.c | 7 int fstat(int fd, struct stat *st) in fstat() function
|
/third_party/node/test/parallel/ |
D | test-fs-readfile-zero-byte-liar.js | 36 fs.fstat = (fd, cb) => { function in fs
|
D | test-fs-sync-fd-leak.js | 45 internalBinding('fs').fstat = function(fd, bigint, _, ctx) { function
|
D | test-trace-events-fs-async.js | 90 function fstat() { function
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
D | md5hl.c | 43 #define fstat _fstat macro
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 55 #define fstat _fstat macro 78 #define fstat fstat64 macro
|
D | gstfdsrc.c | 75 #define fstat _fstat macro 89 #define fstat fstat64 macro
|
D | gstfilesrc.c | 73 #define fstat fstat64 macro
|
/third_party/node/deps/openssl/openssl/crypto/rand/ |
D | randfile.c | 44 # define fstat _fstat macro
|
/third_party/openssl/crypto/rand/ |
D | randfile.c | 44 # define fstat _fstat macro
|
/third_party/rust/crates/rustix/src/fs/ |
D | fd.rs | 158 pub fn fstat<Fd: AsFd>(fd: Fd) -> io::Result<Stat> { in fstat() function
|
/third_party/ffmpeg/libavformat/ |
D | os_support.h | 56 # define fstat(f,s) _fstati64((f), (s)) macro
|
/third_party/curl/lib/ |
D | curl_setup.h | 362 # define fstat(fdes,stp) _fstati64(fdes, stp) macro 387 # define fstat(fdes,stp) _fstat(fdes, stp) macro
|
/third_party/rust/crates/nix/src/sys/ |
D | stat.rs | 261 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
|
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/ |
D | check_impl.h | 127 enum fork_status fstat; /* controls if suites are forked or not member
|
D | check.c | 592 set_fork_status (enum fork_status fstat) in set_fork_status()
|
D | check_run.c | 679 srunner_set_fork_status (SRunner * sr, enum fork_status fstat) in srunner_set_fork_status()
|
/third_party/mesa3d/src/drm-shim/ |
D | drm_shim.c | 475 PUBLIC int fstat(int fd, struct stat* stat_buf) in fstat() function
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_fileio.js | 399 fstat: function (...args) { method
|
/third_party/FreeBSD/lib/libc/include/ |
D | namespace.h | 69 #define fstat _fstat macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | syscalls.rs | 411 pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> { in fstat() function
|
/third_party/node/lib/internal/fs/ |
D | promises.js | 868 async function fstat(handle, options = { bigint: false }) { function
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | syscalls.rs | 958 pub(crate) fn fstat(fd: BorrowedFd<'_>) -> io::Result<Stat> { in fstat() function
|
/third_party/node/lib/ |
D | fs.js | 1542 function fstat(fd, options = { bigint: false }, callback) { function
|