OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__statfs64
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/arch-arm/syscalls/
__statfs64.S
5
ENTRY(
__statfs64
)
function
14
END(
__statfs64
)
/bionic/libc/arch-mips/syscalls/
__statfs64.S
5
ENTRY(
__statfs64
)
function
19
END(
__statfs64
)
/bionic/libc/arch-x86/syscalls/
__statfs64.S
5
ENTRY(
__statfs64
)
function
31
END(
__statfs64
)
/bionic/libc/bionic/
statvfs.cpp
25
# define
__statfs64
(path,size,buf) statfs(path,buf)
macro
28
extern "C" int
__statfs64
(const char*, size_t, struct statfs*);
49
int rc =
__statfs64
(path, sizeof(tmp), &tmp);
Completed in 2303 milliseconds