HomeSort by relevance Sort by last modified time
    Searched full:fstat (Results 26 - 50 of 1215) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/e2p/
setflags.c 63 if (!fstat(fd, &buf) &&
  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 41 if (fstat(config.fd, &stat_buf) < 0 ) {
  /external/gptfdisk/
diskio.h 33 #define fstat64 fstat
  /external/libmicrohttpd/doc/examples/
responseheaders.c 37 (0 != fstat (fd, &sbuf)) )
  /external/sqlite/dist/
Android.patch 90 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", ((unixFile*)id)->zPath);
95 struct stat buf; /* Used to hold return values of fstat() */
99 + return unixLogError(SQLITE_IOERR_FSTAT, "fstat", pFile->zPath);
108 + rc = unixLogError(SQLITE_IOERR_FSTAT, "fstat", pDbFd->zPath);
  /external/tlsdate/
tlsdate-seccomp-amd64.policy 5 fstat: 1
  /frameworks/minikin/tests/
ICUTestBase.h 36 ASSERT_EQ(0, fstat(fd, &sb));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 32 # define fstat _fstat macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 32 # define fstat _fstat macro
  /system/connectivity/apmanager/init/
apmanager-seccomp-amd64.policy 50 fstat: 1
  /system/connectivity/shill/shims/
nfqueue-seccomp-amd64.policy 22 fstat: 1
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 59 # define FSTAT fstat
65 # define FSTAT fstat64
106 return FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode);
114 if (FSTAT(fd, &buf) == 0 && S_ISREG(buf.st_mode))
fstream_stdio.cpp 113 # define FSTAT fstat
119 # define FSTAT fstat64
130 return FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0 ;
138 if (FSTAT(fd, &buf) == 0 && (buf.st_mode & S_IFREG) != 0)
279 if (FSTAT(file_no, &buf) != 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 165 int __cdecl fstat(int _Desc,struct stat *_Stat);
171 fstat(int _Desc,struct stat *_Stat) { function
201 fstat(int _Desc,struct stat *_Stat) { function
256 #define fstat _fstat32i64 macro
259 #define fstat _fstat64 macro
  /art/runtime/base/
scoped_flock.cc 53 int fstat_result = TEMP_FAILURE_RETRY(fstat(file_->Fd(), &fstat_stat));
55 *error_msg = StringPrintf("Failed to fstat file '%s': %s", filename, strerror(errno));
  /bionic/libc/arch-mips64/bionic/
stat.cpp 75 int fstat(int fp, struct stat* st) { function
81 __strong_alias(fstat64, fstat);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
makebuf.c 46 * optimisation) right after the fstat() that finds the buffer size.
84 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
  /development/ndk/platforms/android-12/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /development/ndk/platforms/android-19/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /development/ndk/platforms/android-3/include/sys/
stat.h 86 extern int fstat(int, struct stat *);
92 #define fstat64 fstat
  /development/ndk/platforms/android-9/include/sys/
stat.h 120 extern int fstat(int, struct stat *);
126 #define fstat64 fstat
  /external/boringssl/src/tool/
pkcs12.cc 74 if (fstat(fd, &st)) {
75 perror("fstat");
  /external/curl/tests/libtest/
lib505.c 66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d %s\n",
lib525.c 66 hd = fstat(fileno(hd_src), &file_info);
70 fprintf(stderr, "fstat() failed with error: %d (%s)\n",
  /external/e2fsprogs/tests/progs/
random_exercise.c 63 if (fstat(fd, &st) < 0) {
64 perror("fstat");

Completed in 1812 milliseconds

12 3 4 5 6 7 8 91011>>