Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 23 of 23) sorted by relevance

/bionic/libc/arch-arm64/syscalls/
Dfstat64.S16 .globl fstat symbol
17 .equ fstat, fstat64 define
/bionic/libc/arch-x86_64/syscalls/
Dfstat64.S17 .globl fstat symbol
18 .equ fstat, fstat64 define
/bionic/libc/arch-arm/syscalls/
Dfstat64.S16 .globl fstat symbol
17 .equ fstat, fstat64 define
/bionic/libc/arch-mips/syscalls/
Dfstat64.S21 .globl fstat symbol
22 .equ fstat, fstat64 define
/bionic/libc/arch-mips64/syscalls/
Dfstat64.S27 .globl fstat symbol
28 .equ fstat, fstat64 define
/bionic/libc/arch-x86/syscalls/
Dfstat64.S28 .globl fstat symbol
29 .equ fstat, fstat64 define
/bionic/libc/upstream-freebsd/android/include/
Dfreebsd-compat.h43 #define _fstat fstat
/bionic/tests/
Dfcntl_test.cpp119 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
124 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
128 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
133 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
137 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
Dsys_stat_test.cpp41 ASSERT_EQ(0, fstat(fd, &sb)); in TEST()
Dstdlib_test.cpp168 ASSERT_EQ(0, fstat(tf.fd, &sb)); in TEST()
Dstdio_test.cpp57 int rc = fstat(fd, &sb); in TEST()
/bionic/libc/bionic/
Dtmpfile.cpp81 int rc = fstat(fd, &sb); in __tmpfile_dir()
Ddirent.cpp69 if (fstat(fd, &sb) == -1) { in fdopendir()
Dgetentropy_linux.c255 if (fstat(fd, &st) == -1 || !S_ISCHR(st.st_mode)) { in getentropy_urandom()
490 HX((e = fstat(0, &st)) == -1, st); in getentropy_fallback()
Dsystem_properties.cpp225 if (fstat(fd, &fd_stat) < 0) { in map_fd_ro()
Dfts.c1026 if (fstat(newfd, &sb)) { in fts_safe_changedir()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dutmp.c66 if (fstat(fileno(ut), &st) == -1) in getutent()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmakebuf.c85 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) { in __swhatbuf()
Dfseek.c130 fp->_file < 0 || fstat(fp->_file, &st) || in fseeko()
146 if (fstat(fp->_file, &st)) in fseeko()
/bionic/libc/include/sys/
Dstat.h150 extern int fstat(int, struct stat*);
/bionic/libc/
DSYSCALLS.TXT181 int fstat64|fstat:fstat64(int, struct stat*) arm,mips,x86
182 int fstat64|fstat:fstat(int, struct stat*) arm64,mips64,x86_64
/bionic/linker/
Dlinker_phdr.cpp585 if (TEMP_FAILURE_RETRY(fstat(fd, &file_stat)) != 0) { in phdr_table_map_gnu_relro()
Dlinker.cpp804 if (TEMP_FAILURE_RETRY(fstat(fd, &file_stat)) != 0) { in load_library()