HomeSort by relevance Sort by last modified time
    Searched refs:fstat (Results 1 - 25 of 774) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
trace_fstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_fstat test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full
redirect-fds.c 45 if (fstat(fd, &st_fd)) {
  /external/strace/tests-m32/
trace_fstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_fstat test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full
redirect-fds.c 45 if (fstat(fd, &st_fd)) {
  /external/strace/tests-mx32/
trace_fstat.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (trace_fstat test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full); do not edit.
4 test_trace_expr '' -e%fstat -v -P stat.sample -P /dev/full
redirect-fds.c 45 if (fstat(fd, &st_fd)) {
  /toolchain/binutils/binutils-2.27/libiberty/
fdmatch.c 57 if ((fstat (fd1, &sbuf1) == 0) &&
58 (fstat (fd2, &sbuf2) == 0) &&
  /external/ltp/testcases/kernel/syscalls/dup/
dup07.c 68 fstat(rdoret, &retbuf);
69 fstat(duprdo, &dupbuf);
90 fstat(wroret, &retbuf);
91 fstat(dupwro, &dupbuf);
113 fstat(rdwret, &retbuf);
114 fstat(duprdwr, &dupbuf);
  /system/nvram/hal/
fake-nvram-seccomp-arm64.policy 24 fstat: 1
fake-nvram-seccomp-x86_64.policy 24 fstat: 1
  /bionic/libc/arch-arm64/syscalls/
fstat64.S 16 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86_64/syscalls/
fstat64.S 17 ALIAS_SYMBOL(fstat, fstat64)
  /external/e2fsprogs/lib/e2p/
getflags.c 36 if (fstat (fd, &buf) == -1)
58 if (!fstat(fd, &buf) &&
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
26-1.c 42 if (fstat(fd, &stat_buf) != 0) {
43 perror("An error occurs when calling fstat()");
56 if (fstat(fd, &stat_buf) != 0) {
57 perror("An error occurs when calling fstat()");
16-1.c 14 * The test use fstat to check the flag.
46 result = fstat(fd, &stat_buf);
48 perror("An error occurs when calling fstat()");
17-1.c 14 * The test use fstat to check the flag.
46 result = fstat(fd, &stat_buf);
48 perror("An error occurs when calling fstat()");
21-1.c 12 * The test use fstat to get the size of shared memory object.
44 result = fstat(fd, &stat_buf);
46 perror("An error occurs when calling fstat()");
  /bionic/libc/arch-arm/syscalls/
fstat64.S 18 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-mips/syscalls/
fstat64.S 21 ALIAS_SYMBOL(fstat, fstat64)
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd_hostops.c 47 .op_fstat = fstat,
  /external/mesa3d/src/gallium/winsys/freedreno/drm/
freedreno_drm_winsys.c 71 fstat(fd, &stat);
81 fstat(fd1, &stat1);
82 fstat(fd2, &stat2);
  /external/python/cpython3/Lib/test/subprocessdata/
fd_status.py 26 st = os.fstat(fd)
  /external/syslinux/com32/lib/sys/
fstat.c 29 * fstat.c
31 * Very trivial fstat emulation
38 int fstat(int fd, struct stat *buf) function
  /frameworks/minikin/tests/util/
FileUtils.cpp 30 LOG_ALWAYS_FATAL_IF(fstat(fileno(fp), &st) != 0);
  /external/libchrome/base/memory/
shared_memory_helper.cc 76 if (fstat(fileno(fp.get()), &st))
80 if (fstat(readonly_fd.get(), &readonly_st))

Completed in 291 milliseconds

1 2 3 4 5 6 7 8 91011>>