HomeSort by relevance Sort by last modified time
    Searched refs:statfs (Results 151 - 175 of 264) sorted by null

1 2 3 4 5 67 8 91011

  /external/kernel-headers/original/asm-arm/
statfs.h 9 struct statfs { struct
  /external/libpcap/lbl/
os-sunos4.h 81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
  /external/tcpdump/lbl/
os-sunos4.h 81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
statfs.h 9 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statfs.h 20 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
25 struct statfs struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
statfs.h 9 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statfs.h 20 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
25 struct statfs struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
statfs.h 9 struct statfs { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statfs.h 20 # error "Never include <bits/statfs.h> directly; use <sys/statfs.h> instead."
25 struct statfs struct
  /external/libselinux/src/
init.c 31 struct statfs sfbuf;
42 rc = statfs(SELINUXMNT, &sfbuf);
  /external/linux-tools-perf/util/
debugfs.c 90 struct statfs st_fs;
92 if (statfs(debugfs, &st_fs) < 0)
  /bionic/libc/kernel/arch-mips/asm/
statfs.h 24 struct statfs { struct
  /development/ndk/platforms/android-9/arch-mips/include/asm/
statfs.h 24 struct statfs { struct
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 45 unsigned struct_statfs_sz = sizeof(struct statfs);
  /external/kernel-headers/original/asm-mips/
statfs.h 22 struct statfs { struct
63 struct statfs64 { /* Same as struct statfs */
  /frameworks/base/core/java/android/os/
StatFs.java 25 * wrapper for Unix statfs().
27 public class StatFs {
31 * Construct a new StatFs for looking at the stats of the filesystem at
38 public StatFs(String path) {
44 return Libcore.os.statfs(path);
69 * the Unix {@code statfs.f_bsize} field.
85 * Unix {@code statfs.f_blocks} field.
102 * corresponds to the Unix {@code statfs.f_bfree} field. Most applications
128 * applications. This corresponds to the Unix {@code statfs.f_bavail} field.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
statfs.h 24 struct statfs { struct
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
statfs.h 24 struct statfs { struct
  /external/libffi/src/
closures.c 106 #include <sys/statfs.h>
114 struct statfs sfs;
119 if (statfs ("/selinux", &sfs) >= 0
  /development/ndk/sources/android/libportable/
Android.mk 55 arch-mips/statfs.c \
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 23 #include <sys/statfs.h>
134 struct statfs fsbuffer;
150 if(statfs(p_path, &fsbuffer)==0)
253 struct statfs fs_buffer;
271 if (0 == statfs(p_dir, &fs_buffer))
284 BTIF_TRACE_WARNING1("btapp_fs_enough_space(): statfs() failed with err: %d", err);
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.cc 45 #include <sys/statfs.h>
487 struct statfs fs;
489 if (0 != statfs(existing_path.pathname().c_str(), &fs))
  /libcore/luni/src/main/java/java/io/
File.java     [all...]
  /bootable/recovery/applypatch/
freecache.c 7 #include <sys/statfs.h>
  /frameworks/native/cmds/installd/
installd.h 46 #include <sys/statfs.h>

Completed in 459 milliseconds

1 2 3 4 5 67 8 91011