Searched refs:fstatvfs (Results 1 - 17 of 17) sorted by relevance

/external/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync02.c171 if (fstatvfs(fd, &stat_buf) != 0)
172 tst_brkm(TBROK, cleanup, "fstatvfs failed");
/external/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp240 TLI.setUnavailable(LibFunc::fstatvfs);
753 case LibFunc::fstatvfs:
/external/python/cpython2/Lib/test/
H A Dtest_posix.py136 @unittest.skipUnless(hasattr(posix, 'fstatvfs'),
137 'test needs posix.fstatvfs()')
141 self.assertTrue(posix.fstatvfs(fp.fileno()))
/external/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp398 case LibFunc::fstatvfs:
/external/python/cpython3/Modules/
H A Dposixmodule.c21 # pragma weak fstatvfs macro
1761 "statvfs_result: Result from statvfs or fstatvfs.\n\n\
9188 os.fstatvfs
9192 Perform an fstatvfs system call on the given fd.
9207 result = fstatvfs(fd, &st);
9245 if (fstatvfs == NULL) {
9250 result = fstatvfs(path->fd, &st);
13058 if (fstatvfs == NULL) {
13059 if (PyObject_DelAttrString(m, "fstatvfs") == -1) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3695 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
3697 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
3701 int res = REAL(fstatvfs)(fd, buf);
3707 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/external/python/cpython3/Lib/test/
H A Dtest_posix.py135 @unittest.skipUnless(hasattr(posix, 'fstatvfs'),
136 'test needs posix.fstatvfs()')
140 self.assertTrue(posix.fstatvfs(fp.fileno()))
/external/python/cpython2/Modules/
H A Dposixmodule.c22 # pragma weak fstatvfs macro
1365 "statvfs_result: Result from statvfs or fstatvfs.\n\n\
7484 "fstatvfs(fd) -> statvfs result\n\n\
7485 Perform an fstatvfs system call on the given fd.");
7493 if (!PyArg_ParseTuple(args, "i:fstatvfs", &fd))
7496 res = fstatvfs(fd, &st);
9101 {"fstatvfs", posix_fstatvfs, METH_VARARGS, posix_fstatvfs__doc__},
9518 if (fstatvfs == NULL) {
9519 if (PyObject_DelAttrString(m, "fstatvfs") == -1) {
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc751 TEST(MemorySanitizer, fstatvfs) {
754 int res = fstatvfs(fd, &st);
/external/valgrind/memcheck/tests/solaris/
H A Dscalar.stderr.exp1811 Syscall param fstatvfs(fd) contains uninitialised byte(s)
1814 Syscall param fstatvfs(buf) contains uninitialised byte(s)
1817 Syscall param fstatvfs(buf) points to unaddressable byte(s)
/external/python/cpython2/
H A Dconfigure11607 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
/external/python/cpython3/
H A Dconfigure12318 for ac_func in fseek64 fseeko fstatvfs ftell64 ftello statvfs
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 4193 milliseconds