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

  /external/openssh/openbsd-compat/
bsd-statvfs.c 1 /* $Id: bsd-statvfs.c,v 1.1 2008/06/08 17:32:29 dtucker Exp $ */
24 int statvfs(const char *path, struct statvfs *buf) function
32 int fstatvfs(int fd, struct statvfs *buf)
bsd-statvfs.h 1 /* $Id: bsd-statvfs.h,v 1.1 2008/06/08 17:32:29 dtucker Exp $ */
44 struct statvfs { struct
63 int statvfs(const char *, struct statvfs *);
67 int fstatvfs(int, struct statvfs *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
statvfs.h 26 #include <bits/statvfs.h>
52 extern int statvfs (__const char *__restrict __file,
53 struct statvfs *__restrict __buf)
57 extern int __REDIRECT_NTH (statvfs,
59 struct statvfs *__restrict __buf), statvfs64)
62 # define statvfs statvfs64
74 extern int fstatvfs (int __fildes, struct statvfs *__buf)
78 extern int __REDIRECT_NTH (fstatvfs, (int __fildes, struct statvfs *__buf),
91 #endif /* sys/statvfs.h */
  /external/chromium/base/
sys_info_posix.cc 11 #include <sys/statvfs.h>
47 struct statvfs stats;
48 if (statvfs(path.value().c_str(), &stats) != 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h 20 # error "Never include <bits/statvfs.h> directly; use <sys/statvfs.h> instead."
29 struct statvfs struct
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 38 #include <sys/statvfs.h>
47 #include <sys/statvfs.h>
492 struct statvfs vfs;
494 if (0 != statvfs(existing_path.pathname().c_str(), &vfs))
  /external/qemu/
osdep.c 41 #include <sys/statvfs.h>
  /external/openssh/
Android.mk 26 openbsd-compat/bsd-statvfs.c openbsd-compat/xmmap.c \
sftp-server.c 30 #include <sys/statvfs.h>
491 send_statvfs(u_int32_t id, struct statvfs *st)
532 /* statvfs extension */
533 buffer_put_cstring(&msg, "statvfs@openssh.com");
1196 struct statvfs st;
1202 if (statvfs(path, &st) != 0)
1213 struct statvfs st;
1259 else if (strcmp(request, "statvfs@openssh.com") == 0)
    [all...]
sftp.c 29 #include <sys/statvfs.h>
    [all...]
sftp-client.c 28 #include <sys/statvfs.h>
294 debug3("Received statvfs reply T:%u I:%u", type, id);
301 debug("Couldn't statvfs: %s", fx2txt(status));
303 error("Couldn't statvfs: %s", fx2txt(status));
378 } else if (strcmp(name, "statvfs@openssh.com") == 0 &&
923 error("Server does not support statvfs@openssh.com extension");
933 buffer_put_cstring(&msg, "statvfs@openssh.com");
    [all...]
configure     [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 272 /// int fstatvfs(int fildes, struct statvfs *buf);
500 /// int statvfs(const char *path, struct statvfs *buf);
501 statvfs, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 264 "statvfs",
510 TLI.setUnavailable(LibFunc::statvfs);

Completed in 182 milliseconds