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

<<11121314151617181920>>

  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posix.py 214 if hasattr(posix, 'fstat'):
217 self.assertTrue(posix.fstat(fp.fileno()))
304 getattr(posix, 'fstat', None))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 214 if hasattr(posix, 'fstat'):
217 self.assertTrue(posix.fstat(fp.fileno()))
304 getattr(posix, 'fstat', None))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 214 if hasattr(posix, 'fstat'):
217 self.assertTrue(posix.fstat(fp.fileno()))
304 getattr(posix, 'fstat', None))
  /external/bison/m4/
gnulib-comp.m4 88 # Code from module fstat:
343 AC_LIBOBJ([fstat])
346 gl_SYS_STAT_MODULE_INDICATOR([fstat])
976 lib/fstat.c
    [all...]
  /external/ppp/pppd/
tty.c 493 if (fstat(0, &statbuf) >= 0 && S_ISCHR(statbuf.st_mode)
508 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0
603 if (fstat(ttyfd, &statbuf) < 0
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
fileread.cc 207 if (::fstat(this->descriptor_, &s) < 0)
208 gold_error(_("%s: fstat failed: %s"),
949 if (fstat(this->descriptor_, &file_stat) < 0)
  /art/runtime/base/unix_file/
fd_file.cc 176 int rc = TEMP_FAILURE_RETRY(fstat(fd_, &s));
  /bionic/libc/
libc.mips.brillo.map 392 fstat;
libc.x86.brillo.map 390 fstat;
  /bionic/tests/
stdlib_test.cpp 272 ASSERT_EQ(0, fstat(tf.fd, &sb));
  /development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.versions.txt 362 fstat;
  /development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.versions.txt 360 fstat;
  /development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.versions.txt 358 fstat;
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.versions.txt 394 fstat;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.versions.txt 392 fstat;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.versions.txt 390 fstat;
  /external/autotest/client/deps/glbench/src/
utils.cc 49 CHECK(fstat(fd, &sb) != -1);
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 185 fs = os.fstat(fd.fileno())
  /external/compiler-rt/lib/dfsan/
done_abilist.txt 154 fun:fstat=custom
  /external/e2fsprogs/contrib/
spd_readdir.c 294 if (max_dirsize && (fstat(fd, &st) == 0) &&
  /external/e2fsprogs/lib/blkid/
read.c 396 if (fstat(fd, &st) < 0)
  /external/gptfdisk/
diskio-windows.cc 20 #define fstat64 fstat
  /external/libbrillo/brillo/
process_unittest.cc 198 EXPECT_TRUE(FindLog("Unable to fstat fd 2:"));
  /external/libselinux/src/
android.c 97 if (fstat(fd_base, &sb_base) < 0)
104 if (fstat(fd_override, &sb_override) < 0)
986 if (fstat(fd, &sb) < 0) {
    [all...]
  /external/mesa3d/src/egl/main/
egldisplay.c 153 if (fstat((intptr_t) nativeDisplay, &buf) == 0 && S_ISCHR(buf.st_mode))

Completed in 2113 milliseconds

<<11121314151617181920>>