HomeSort by relevance Sort by last modified time
    Searched refs:fstatfs64 (Results 1 - 21 of 21) sorted by null

  /bionic/libc/arch-arm64/syscalls/
fstatfs64.S 5 ENTRY(fstatfs64) function
14 END(fstatfs64)
17 .equ fstatfs, fstatfs64
  /bionic/libc/arch-x86_64/syscalls/
fstatfs64.S 5 ENTRY(fstatfs64) function
15 END(fstatfs64)
18 .equ fstatfs, fstatfs64
  /bionic/libc/arch-mips64/syscalls/
fstatfs64.S 5 ENTRY(fstatfs64) function
25 END(fstatfs64)
28 .equ fstatfs, fstatfs64
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
statfs.h 56 fstatfs64) __nonnull ((2));
58 # define fstatfs fstatfs64
62 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
statfs.h 56 fstatfs64) __nonnull ((2));
58 # define fstatfs fstatfs64
62 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
  /bionic/tests/
sys_vfs_test.cpp 55 TEST(sys_vfs, fstatfs64) {
58 ASSERT_EQ(0, fstatfs64(fd, &sb));
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 62 __strong_alias(fstatfs64, fstatfs);
  /development/ndk/sources/android/libportable/common/include/
vfs_portable.h 92 int WRAP(fstatfs64)(int fd, struct statfs64_portable* stat) { function
  /bionic/libc/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /development/ndk/platforms/android-L/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
vfs.h 165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 142 RESTRICT_SYSCALL_DEATH_TEST(fstatfs64);
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-darwin.h 409 DECL_TEMPLATE(darwin, fstatfs64); // 346
syswrap-darwin.c     [all...]
  /external/e2fsprogs/misc/
e4defrag.c 518 if (fstatfs64(fd, &fsbuf) < 0) {
    [all...]
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar.stderr.exp     [all...]

Completed in 3831 milliseconds