Home
last modified time | relevance | path

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

/third_party/musl/src/misc/aarch64/linux/
Dfstat.s5 .global fstat symbol
10 fstat: label
/third_party/musl/porting/linux/user/src/misc/aarch64/
Dfstat.s5 .global fstat symbol
10 fstat: label
/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
Dtest-trace-events-fs-async.js90 function fstat() { function
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
Dmd5hl.c43 #define fstat _fstat macro
/third_party/node/deps/openssl/openssl/crypto/rand/
Drandfile.c44 # define fstat _fstat macro
/third_party/openssl/crypto/rand/
Drandfile.c45 # 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/curl/lib/
Dcurl_setup.h393 # define fstat(fdes,stp) _fstati64(fdes, stp) macro
418 # define fstat(fdes,stp) _fstat(fdes, stp) macro
/third_party/ffmpeg/libavformat/
Dos_support.h83 # define fstat win32_fstat macro
/third_party/rust/crates/nix/src/sys/
Dstat.rs261 pub fn fstat(fd: RawFd) -> Result<FileStat> { in fstat() function
/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/FreeBSD/lib/libc/include/
Dnamespace.h69 #define fstat _fstat macro
/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/node/lib/internal/fs/
Dpromises.js863 async function fstat(handle, options = { bigint: false }) { 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.js1540 function fstat(fd, options = { bigint: false }, callback) { function
/third_party/rust/crates/libc/src/windows/
Dmod.rs404 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs733 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/third_party/rust/crates/libc/src/
Dwasi.rs594 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs818 pub fn fstat(arg1: c_int, arg2: *mut stat) -> c_int; in fstat() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1356 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3513 pub fn fstat(fildes: ::c_int, buf: *mut stat) -> ::c_int; in fstat() function