OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fstatvfs64
(Results
1 - 7
of
7
) sorted by null
/bionic/tests/
sys_statvfs_test.cpp
54
TEST(sys_statvfs,
fstatvfs64
) {
57
ASSERT_EQ(0,
fstatvfs64
(fd, &sb));
/bionic/libc/include/sys/
statvfs.h
65
extern int
fstatvfs64
(int, struct statvfs64*) __nonnull((2));
/development/ndk/platforms/android-L/include/sys/
statvfs.h
65
extern int
fstatvfs64
(int, struct statvfs64*) __nonnull((2));
/bionic/libc/bionic/
statvfs.cpp
67
__strong_alias(
fstatvfs64
, fstatvfs);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
319
/// int
fstatvfs64
(int fildes, struct statvfs64 *buf);
320
fstatvfs64
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
170
"
fstatvfs64
",
667
TLI.setUnavailable(LibFunc::
fstatvfs64
);
/external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp
[
all
...]
Completed in 170 milliseconds