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

1 2 3 4 5 6 7 8 91011

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /external/python/cpython2/Lib/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/gdb/darwin-x86/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/gdb/linux-x86/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
statvfs.py 1 """Constants for interpreting the results of os.statvfs() and os.fstatvfs()."""
7 # os.statvfs() and os.fstatvfs().
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
statvfs.h 74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
81 # define fstatvfs fstatvfs64 macro
  /external/elfutils/tests/
lfs-symbols 33 fstatvfs
  /bionic/tests/
sys_statvfs_test.cpp 52 TEST(sys_statvfs, fstatvfs) {
55 ASSERT_EQ(0, fstatvfs(fd, &sb));
  /bionic/libc/include/sys/
statvfs.h 64 int fstatvfs(int __fd, struct statvfs* __buf) __INTRODUCED_IN(19);
  /external/strace/
sysent.h 27 #define TRACE_FSTATFS 00100000 /* Trace fstatfs, fstatfs64 and fstatvfs syscalls. */
  /bionic/libc/bionic/
statvfs.cpp 82 int fstatvfs(int fd, struct statvfs* result) { function
91 __strong_alias(fstatvfs64, fstatvfs);
  /bionic/tests/headers/posix/
sys_statvfs_h.c 53 FUNCTION(fstatvfs, int (*f)(int, struct statvfs*));
  /libcore/luni/src/main/java/android/system/
StructStatVfs.java 22 * File information returned by {@link Os#fstatvfs} and {@link Os#statvfs}.
Os.java 154 * See <a href="http://man7.org/linux/man-pages/man2/fstatvfs.2.html">fstatvfs(2)</a>.
156 public static StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return Libcore.os.fstatvfs(fd); } method in class:Os
  /external/ltp/testcases/kernel/syscalls/fsync/
fsync02.c 171 if (fstatvfs(fd, &stat_buf) != 0)
172 tst_brkm(TBROK, cleanup, "fstatvfs failed");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_posix.py 117 if hasattr(posix, 'fstatvfs'):
120 self.assertTrue(posix.fstatvfs(fp.fileno()))
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 149 @Override public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { method in class:BlockGuardOs
151 return os.fstatvfs(fd);
ForwardingOs.java 87 public StructStatVfs fstatvfs(FileDescriptor fd) throws ErrnoException { return os.fstatvfs(fd); } method in class:ForwardingOs
  /bionic/libc/tools/
posix-2013.txt 306 fstatvfs
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 581 /// int fstatvfs(int fildes, struct statvfs *buf);
582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
    [all...]
  /external/python/cpython2/Lib/test/
test_posix.py 136 @unittest.skipUnless(hasattr(posix, 'fstatvfs'),
137 'test needs posix.fstatvfs()')
141 self.assertTrue(posix.fstatvfs(fp.fileno()))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 581 /// int fstatvfs(int fildes, struct statvfs *buf);
582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetLibraryInfo.def 581 /// int fstatvfs(int fildes, struct statvfs *buf);
582 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
583 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
    [all...]

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011