Home
last modified time | relevance | path

Searched refs:fstatvfs (Results 1 – 25 of 27) sorted by relevance

12

/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dstatvfs.h27 int fstatvfs (int, struct statvfs *);
44 #define fstatvfs64 fstatvfs
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/ndk_musl_include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstatvfs.h30 int fstatvfs (int, struct statvfs *);
47 #define fstatvfs64 fstatvfs
/third_party/musl/libc-test/src/functionalext/supplement/stat/
Dfstatvfs.c33 int result = fstatvfs(fd, &sts); in fstatvfs_0100()
65 int result = fstatvfs(-1, &sts); in fstatvfs_0200()
Dtest_src_functionalext_supplement_stat.gni27 "fstatvfs",
/third_party/musl/src/stat/
Dstatvfs.c52 int fstatvfs(int fd, struct statvfs *buf) in fstatvfs() function
62 weak_alias(fstatvfs, fstatvfs64);
/third_party/musl/libc-test/src/api/
Dsys_statvfs.c25 {int(*p)(int,struct statvfs*) = fstatvfs;} in f()
/third_party/ltp/testcases/kernel/syscalls/fsync/
Dfsync02.c40 if (fstatvfs(fd, &stat_buf) != 0) { in setup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def844 /// int fstatvfs(int fildes, struct statvfs *buf);
845 TLI_DEFINE_ENUM_INTERNAL(fstatvfs)
846 TLI_DEFINE_STRING_INTERNAL("fstatvfs")
/third_party/musl/
Dlibc.map.txt735 fstatvfs;
/third_party/ntfs-3g/ntfsprogs/
Dntfsclone.c2563 if (fstatvfs(fd_out, &stvfs) == -1) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc70 #define FSTATVFS fstatvfs
/third_party/python/Lib/test/
Dtest_posix.py161 self.assertTrue(posix.fstatvfs(fp.fileno()))
/third_party/python/
Dpyconfig.h.in392 /* Define to 1 if you have the `fstatvfs' function. */
Dconfigure.ac4043 AC_CHECK_FUNCS(fseek64 fseeko fstatvfs ftell64 ftello statvfs)
Dconfigure13156 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
/third_party/python/Modules/
Dposixmodule.c11294 result = fstatvfs(fd, &st); in os_fstatvfs_impl()
11330 result = fstatvfs(path->fd, &st); in os_statvfs_impl()
/third_party/python/Doc/whatsnew/
D2.2.rst968 :func:`stat`, :func:`fstat`, :func:`statvfs`, and :func:`fstatvfs` in the
D3.5.rst521 :func:`~os.fstatvfs`, :func:`~os.fsync`, :func:`~os.ftruncate`,
/third_party/python/Doc/library/
Dos.rst914 .. function:: fstatvfs(fd)
/third_party/python/Misc/
DHISTORY23880 available. The stat(), fstat(), statvfs() and fstatvfs() functions

12