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

  /bionic/libc/arch-arm64/syscalls/
statfs64.S 5 ENTRY(statfs64) function
14 END(statfs64)
17 .equ statfs, statfs64
  /bionic/libc/arch-x86_64/syscalls/
statfs64.S 5 ENTRY(statfs64) function
15 END(statfs64)
18 .equ statfs, statfs64
  /bionic/libc/arch-mips64/syscalls/
statfs64.S 5 ENTRY(statfs64) function
25 END(statfs64)
28 .equ statfs, statfs64
  /bionic/tests/
sys_vfs_test.cpp 42 TEST(sys_vfs, statfs64) {
43 struct statfs64 sb;
44 ASSERT_EQ(0, statfs64("/proc", &sb));
56 struct statfs64 sb;
  /development/ndk/platforms/android-3/arch-arm/include/asm/
statfs.h 29 struct statfs64 { struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
statfs.h 44 struct statfs64 { struct
65 struct statfs64 { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
statfs.h 42 struct statfs64 { struct
62 struct statfs64 { struct
  /development/ndk/platforms/android-L/arch-mips/include/asm/
statfs.h 44 struct statfs64 { struct
65 struct statfs64 { struct
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
statfs.h 44 struct statfs64 { struct
65 struct statfs64 { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
statfs.h 45 struct statfs64 { struct
65 struct statfs64 { /* Same as struct statfs */ struct
  /bionic/libc/include/sys/
vfs.h 73 /* 32-bit MIPS (corresponds to the kernel's statfs64 type). */
90 /* 32-bit ARM or x86 (corresponds to the kernel's statfs64 type). */
108 struct statfs64 { __STATFS64_BODY }; struct
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /development/ndk/platforms/android-L/include/sys/
vfs.h 73 /* 32-bit MIPS (corresponds to the kernel's statfs64 type). */
90 /* 32-bit ARM or x86 (corresponds to the kernel's statfs64 type). */
108 struct statfs64 { __STATFS64_BODY }; struct
163 extern int statfs64(const char*, struct statfs64*) __nonnull((1, 2));
165 extern int fstatfs64(int, struct statfs64*) __nonnull((2));
  /bionic/libc/kernel/uapi/asm-generic/
statfs.h 52 struct statfs64 { struct
  /development/ndk/platforms/android-L/include/asm-generic/
statfs.h 52 struct statfs64 { struct
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 60 unsigned struct_statfs64_sz = sizeof(struct statfs64);
sanitizer_platform_limits_posix.cc 197 unsigned struct_statfs64_sz = sizeof(struct statfs64);
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
statfs.h 45 struct statfs64 { struct
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 68 __strong_alias(statfs64, statfs);
  /development/ndk/sources/android/libportable/common/include/
vfs_portable.h 77 int WRAP(statfs64)(const char* path, struct statfs64_portable* stat) { function
  /external/e2fsprogs/misc/
e4defrag.c 325 struct statfs64 fsbuf;
334 if (statfs64(file_path, &fsbuf) < 0) {
516 struct statfs64 fsbuf;
    [all...]
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 528 RESTRICT_SYSCALL_DEATH_TEST(statfs64);

Completed in 792 milliseconds