Searched refs:statvfs64 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h319 /// int fstatvfs64(int fildes, struct statvfs64 *buf);
555 /// int statvfs64(const char *path, struct statvfs64 *buf)
556 statvfs64, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp286 "statvfs64",
672 TLI.setUnavailable(LibFunc::statvfs64);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc227 unsigned struct_statvfs64_sz = sizeof(struct statvfs64);
H A Dsanitizer_common_interceptors.inc3127 INTERCEPTOR(int, statvfs64, char *path, void *buf) {
3129 COMMON_INTERCEPTOR_ENTER(ctx, statvfs64, path, buf);
3134 int res = REAL(statvfs64)(path, buf);
3149 COMMON_INTERCEPT_FUNCTION(statvfs64); \
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp1598 case LibFunc::statvfs64:

Completed in 2388 milliseconds