HomeSort by relevance Sort by last modified time
    Searched full:fstat (Results 176 - 200 of 1219) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_largefile.py 48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_largefile.py 48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_largefile.py 48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_largefile.py 48 print('check file size with os.fstat')
49 self.assertEqual(os.fstat(f.fileno())[stat.ST_SIZE], size+1)
  /system/core/mkbootimg/
mkbootimg 19 from os import fstat namespace
29 return fstat(f.fileno()).st_size
  /prebuilts/gdb/darwin-x86/lib/python2.7/
posixpath.py 172 s1 = os.fstat(fp1)
173 s2 = os.fstat(fp2)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
  /prebuilts/gdb/linux-x86/lib/python2.7/
posixpath.py 172 s1 = os.fstat(fp1)
173 s2 = os.fstat(fp2)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
posixpath.py 172 s1 = os.fstat(fp1)
173 s2 = os.fstat(fp2)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
posixpath.py 172 s1 = os.fstat(fp1)
173 s2 = os.fstat(fp2)
177 # Are two stat buffers (obtained from stat, fstat or lstat)
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 134 fstat = os.stat(fs)
135 mode = fstat[stat.ST_MODE]
  /external/autotest/client/tests/disktest/src/
disktest.c 306 if (fstat(fd, &stat_buf) != 0)
307 die("fstat failed");
  /external/avahi/avahi-daemon/
sd-daemon.c 139 if (fstat(fd, &st_fd) < 0)
171 if (fstat(fd, &st_fd) < 0)
  /external/dbus/dbus/
sd-daemon.c 134 if (fstat(fd, &st_fd) < 0)
166 if (fstat(fd, &st_fd) < 0)
  /external/elfutils/libdwfl/
find-debuginfo.c 60 else if (fstat (fd, &st) == 0
209 if (unlikely ((mod->main.fd != -1 ? fstat (mod->main.fd, &main_stat)
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 210 if (fstat(fd, &statb) != 0)
316 if (fstat(fd, &status))
  /external/libbrillo/brillo/
process.cc 144 if (fstat(i->first, &stat_buffer) < 0) {
146 LOG(ERROR) << "Unable to fstat fd " << i->first << ": " << saved_errno;
  /external/libpcap/tests/
valgrindtest.c 94 * we get all the bytes specified by the size we get from "fstat()".
113 if (fstat(fd, &buf) < 0)
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 235 if (Name == "fstat") return (uint64_t)&fstat;
  /external/valgrind/coregrind/m_gdbserver/
valgrind-low-x86.c 70 { "fstat", 1184, 32 },
197 *mod = False; // GDBTD???? VEX { "fstat", 1184, 32 },
  /hardware/intel/common/libva/va/
va_fool.c 283 fstat(fd, &file_stat);
314 fstat(fd, &file_stat);
  /hardware/ril/rild/
rild.c 220 if (fstat(fd, &st)) {
221 RLOGE("fstat error: %s", strerror(errno));
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 132 @Override public StructStat fstat(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
134 return os.fstat(fd);
  /toolchain/binutils/binutils-2.25/include/gdb/
callback.h 69 /* Forward decl for stat/fstat. */
93 int (*fstat) (host_callback *, int, struct stat *);
92 int (*fstat) (host_callback *, int, struct stat *); member in struct:host_callback_struct
  /bionic/libc/bionic/
dirent.cpp 79 if (fstat(fd, &sb) == -1) {
  /bionic/libc/include/sys/
stat.h 142 extern int fstat(int, struct stat*);

Completed in 1688 milliseconds

1 2 3 4 5 6 78 91011>>