Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 25 of 55) sorted by relevance

123

/external/libpcap/lbl/
Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/external/tcpdump/lbl/
Dos-sunos4.h81 struct statfs;
83 int fstatfs(int, struct statfs *);
169 int statfs(char *, struct statfs *);
/external/chromium/base/
Dfile_util_linux.cc15 struct statfs statfs_buf; in GetFileSystemType()
16 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
/external/chromium_org/base/
Dfile_util_linux.cc15 struct statfs statfs_buf; in GetFileSystemType()
16 if (statfs(path.value().c_str(), &statfs_buf) < 0) { in GetFileSystemType()
Dsys_info_posix.cc23 #define statvfs statfs // Android uses a statvfs-like statfs struct and call.
/external/libselinux/src/
Dinit.c31 struct statfs sfbuf; in init_selinuxmnt()
42 rc = statfs(SELINUXMNT, &sfbuf); in init_selinuxmnt()
/external/linux-tools-perf/util/
Ddebugfs.c90 struct statfs st_fs; in debugfs_valid_mountpoint()
92 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()
/external/kernel-headers/original/asm-arm/
Dstatfs.h9 struct statfs { struct
/external/kernel-headers/original/asm-x86/
Dstatfs.h20 struct statfs { struct
/external/chromium_org/chrome/browser/extensions/api/music_manager_private/
Ddevice_id_mac.cc39 struct statfs* mounted_volumes; in FindBSDNameOfSystemDisk()
47 struct statfs* vol = &mounted_volumes[i]; in FindBSDNameOfSystemDisk()
/external/bluetooth/bluedroid/btif/co/
Dbta_fs_co.c134 struct statfs fsbuffer; in getAccess()
150 if(statfs(p_path, &fsbuffer)==0) in getAccess()
253 struct statfs fs_buffer; in btapp_fs_check_space()
271 if (0 == statfs(p_dir, &fs_buffer)) in btapp_fs_check_space()
/external/kernel-headers/original/asm-mips/
Dstatfs.h22 struct statfs { struct
/external/e2fsprogs/misc/
Dfilefrag.c258 struct statfs fsinfo;
285 if (statfs(filename, &fsinfo) < 0) {
/external/libffi/src/
Dclosures.c114 struct statfs sfs; in selinux_enabled_check()
119 if (statfs ("/selinux", &sfs) >= 0 in selinux_enabled_check()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dfuse.h214 int (*statfs)(const char*, struct statvfs*); member
/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc487 struct statfs fs; in GetDiskFreeSpace()
489 if (0 != statfs(existing_path.pathname().c_str(), &fs)) in GetDiskFreeSpace()
/external/chromium/crypto/
Dnss_util.cc146 struct statfs buf; in UseLocalCacheOfNSSDatabaseIfNFS()
147 if (statfs(database_dir.value().c_str(), &buf) == 0) { in UseLocalCacheOfNSSDatabaseIfNFS()
/external/chromium_org/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc501 struct statfs vfs; in GetDiskFreeSpace()
503 if (0 != statfs(existing_path.pathname().c_str(), &vfs)) in GetDiskFreeSpace()
/external/chromium/chrome/browser/cocoa/
Dinstall_from_dmg.mm98 struct statfs statfs_buf;
99 if (statfs(path, &statfs_buf) != 0) {
100 PLOG(ERROR) << "statfs " << path;
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dmemfs_malloc.cc243 struct statfs sfs; in Initialize()
/external/chromium_org/third_party/tcmalloc/chromium/src/
Dmemfs_malloc.cc243 struct statfs sfs; in Initialize()
/external/e2fsprogs/lib/ext2fs/
Dismounted.c201 struct statfs *mp; in check_getmntinfo()
/external/chromium_org/crypto/
Dnss_util.cc150 struct statfs buf; in UseLocalCacheOfNSSDatabaseIfNFS()
151 if (statfs(database_dir.value().c_str(), &buf) == 0) { in UseLocalCacheOfNSSDatabaseIfNFS()
/external/elfutils/src/
Dar.c457 struct statfs f; in do_oper_extract()
610 && (f.f_namelen != 0 || statfs (".", &f) == 0)) in do_oper_extract()
700 && (f.f_namelen != 0 || statfs (".", &f) == 0)) in do_oper_extract()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc668 INTERCEPTOR(int, statfs, const char *s, void *buf) { in INTERCEPTOR() argument
670 int res = REAL(statfs)(s, buf); in INTERCEPTOR()
1244 INTERCEPT_FUNCTION(statfs); in InitializeInterceptors()

123