Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 18 of 18) sorted by relevance

/bionic/tests/
Dsys_vfs_test.cpp27 template <typename StatFsT> void Check(StatFsT& sb) { in Check()
42 struct statfs sb; in TEST() local
48 struct statfs64 sb; in TEST() local
54 struct statfs sb; in TEST() local
62 struct statfs64 sb; in TEST() local
Dsys_statvfs_test.cpp27 template <typename StatVfsT> void Check(StatVfsT& sb) { in Check()
41 struct statvfs sb; in TEST() local
47 struct statvfs64 sb; in TEST() local
53 struct statvfs sb; in TEST() local
61 struct statvfs64 sb; in TEST() local
Dftw_test.cpp50 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) { in sanity_check_ftw()
63 void sanity_check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in sanity_check_nftw()
68 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw()
73 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64()
78 int check_nftw(const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) { in check_nftw()
83 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) { in check_nftw64()
Dsys_stat_test.cpp40 struct stat sb; in TEST() local
80 struct stat sb; in TEST() local
91 struct stat64 sb; in TEST() local
142 struct stat sb; in AssertFileModeEquals() local
199 struct stat sb; in AssertSymlinkModeEquals() local
Dunistd_test.cpp144 struct stat sb; in TEST() local
154 struct stat sb; in TEST() local
164 struct stat sb; in TEST() local
174 struct stat sb; in TEST() local
Dfcntl_test.cpp118 struct stat sb; in TEST() local
Dstdlib_test.cpp262 struct stat64 sb; in TEST() local
269 struct stat sb; in TEST() local
Dsystem_properties_test.cpp409 struct stat sb; in TEST_F() local
Dstdio_test.cpp58 struct stat sb; in TEST() local
/bionic/libc/bionic/
Dpathconf.cpp143 struct statfs sb; in pathconf() local
151 struct statfs sb; in fpathconf() local
Dstat.cpp34 int stat(const char* path, struct stat* sb) { in stat()
Dlstat.cpp34 int lstat(const char* path, struct stat* sb) { in lstat()
Dtmpfile.cpp80 struct stat sb; in __tmpfile_dir() local
Ddirent.cpp78 struct stat sb; in fdopendir() local
Dfts.c799 struct stat *sbp, sb; in fts_stat() local
1028 struct stat sb; in fts_safe_changedir() local
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c53 struct stat sb; in realpath() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmktemp.c50 struct stat sb; in mktemp_internal() local
/bionic/libc/kernel/uapi/linux/
Dbfs_fs.h81 #define BFS_UNCLEAN(bfs_sb,sb) ((le32_to_cpu(bfs_sb->s_from) != - 1) && (le32_to_cpu(bfs_sb->s_to) … argument