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

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h317 /// int fstatvfs(int fildes, struct statvfs *buf);
318 fstatvfs, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp169 "fstatvfs",
542 TLI.setUnavailable(LibFunc::fstatvfs);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3109 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
3111 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
3115 int res = REAL(fstatvfs)(fd, buf);
3121 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1254 case LibFunc::fstatvfs:
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc705 TEST(MemorySanitizer, fstatvfs) {
708 int res = fstatvfs(fd, &st);
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 676 milliseconds