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

1 2 3 4 5 6 7 8 91011>>

  /development/ide/intellij/
p4.sh 3 if [ $1 == "fstat" ] && [ $2 =~ ".*/out/.*" ]; then
  /external/bison/m4/
fstat.m4 0 # fstat.m4 serial 4
21 dnl Replace fstat() for supporting the gnulib-defined open() on directories.
35 # Prerequisites of lib/fstat.c.
  /bionic/libc/arch-arm/syscalls/
fstat64.S 16 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-arm64/syscalls/
fstat64.S 16 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-mips/syscalls/
fstat64.S 21 ALIAS_SYMBOL(fstat, fstat64)
  /bionic/libc/arch-x86_64/syscalls/
fstat64.S 17 ALIAS_SYMBOL(fstat, fstat64)
  /external/bison/lib/
fstat.c 0 /* fstat() replacement.
23 /* Get the original definition of fstat. It might be defined as a macro. */
29 # undef fstat /* avoid warning on mingw64 with _FILE_OFFSET_BITS=64 */ macro
30 # define fstat _fstati64 macro
37 return fstat (fd, buf);
  /bionic/libc/arch-x86/syscalls/
fstat64.S 28 ALIAS_SYMBOL(fstat, fstat64)
  /external/e2fsprogs/include/nonunix/
unistd.h 21 #define fstat _fstat macro
  /external/e2fsprogs/lib/e2p/
getflags.c 35 if (fstat (fd, &buf) == -1)
57 if (!fstat(fd, &buf) &&
setflags.c 63 if (!fstat(fd, &buf) &&
  /external/lldb/test/pexpect-2.4/
fdpexpect.py 34 os.fstat(fd)
64 """This checks if the file descriptor is still valid. If os.fstat()
70 os.fstat(self.child_fd)
  /external/libgsm/inc/
config.h 17 #define HAS_FSTAT 1 /* fstat syscall */
  /bionic/tests/
fcntl_test.cpp 119 ASSERT_EQ(0, fstat(tf.fd, &sb));
124 ASSERT_EQ(0, fstat(tf.fd, &sb));
128 ASSERT_EQ(0, fstat(tf.fd, &sb));
133 ASSERT_EQ(0, fstat(tf.fd, &sb));
137 ASSERT_EQ(0, fstat(tf.fd, &sb));
  /development/ndk/sources/android/libportable/common/include/
stat_portable.h 70 int WRAP(fstat)(int a, struct StatPortable* p) function
73 int ret = REAL(fstat)(a, &target_stat_obj);
80 return WRAP(fstat)(a, p);
  /cts/tests/tests/security/jni/
android_security_cts_MMapExecutableTest.cpp 49 if (fstat(fd, &stat_buf) == -1) {
50 ALOGE("fstat %s: %s", filename.c_str(), strerror(errno));
  /frameworks/av/drm/common/
ReadWriteUtils.cpp 44 if (fstat(fd, &sb) == 0 && sb.st_size > 0) {
66 if (fstat(fd, &sb) == 0 && sb.st_size > 0) {
  /external/clang/lib/Basic/
FileSystemStatCache.cpp 77 // do "open+fstat" on success than it is to do "stat+open".
80 // open succeeds, use fstat to get the stat info.
87 // Otherwise, the open succeeded. Do an fstat to get the information
96 // fstat rarely fails. If it does, claim the initial open didn't
  /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/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);
  /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
  /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))
  /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

Completed in 1899 milliseconds

1 2 3 4 5 6 7 8 91011>>