OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstatfs
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
statfs.h
51
extern int
fstatfs
(int __fildes, struct statfs *__buf)
55
extern int __REDIRECT_NTH (
fstatfs
, (int __fildes, struct statfs *__buf),
58
# define
fstatfs
fstatfs64
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
statfs.h
51
extern int
fstatfs
(int __fildes, struct statfs *__buf)
55
extern int __REDIRECT_NTH (
fstatfs
, (int __fildes, struct statfs *__buf),
58
# define
fstatfs
fstatfs64
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
statfs.h
51
extern int
fstatfs
(int __fildes, struct statfs *__buf)
55
extern int __REDIRECT_NTH (
fstatfs
, (int __fildes, struct statfs *__buf),
58
# define
fstatfs
fstatfs64
macro
/bionic/libc/bionic/
statvfs.cpp
51
int
fstatfs
(int fd, struct statfs* result) {
function
59
__strong_alias(fstatfs64,
fstatfs
);
84
int rc =
fstatfs
(fd, &tmp);
Completed in 976 milliseconds