HomeSort by relevance Sort by last modified time
    Searched defs:statvfs64 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGenCXX/
redefine_extname.cpp 4 struct statvfs64 { struct
7 #pragma redefine_extname statvfs64 statvfs
8 int statvfs64(struct statvfs64 *);
12 struct statvfs64 st;
13 statvfs64(&st);
16 // CHECK: call i32 @statvfs(%struct.statvfs64* %st)
  /bionic/libc/include/sys/
statvfs.h 47 struct statvfs64 { __STATVFS64_BODY }; struct
63 int statvfs64(const char* __path, struct statvfs64* __buf) __INTRODUCED_IN(21);
65 int fstatvfs64(int __fd, struct statvfs64* __buf) __INTRODUCED_IN(21);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
statvfs.h 58 struct statvfs64 struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
statvfs.h 58 struct statvfs64 struct
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 51 #define statvfs64 statvfs macro
452 struct statvfs64 fsstat;
454 if (statvfs64(path, &fsstat) == 0) {
UnixNativeDispatcher.c 53 #define statvfs64 statvfs macro
904 struct statvfs64 buf;
908 RESTARTABLE(statvfs64(path, &buf), err);
    [all...]

Completed in 281 milliseconds