Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 19 of 19) 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 statfs sb; in TEST() local
55 struct statfs64 sb; in TEST() local
61 struct statfs64 sb; in TEST() local
68 struct statfs sb; in TEST() local
76 struct statfs sb; in TEST() local
83 struct statfs64 sb; in TEST() local
91 struct statfs 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.cpp52 void smoke_test_ftw(const char* fpath, const struct stat* sb, int tflag) { in smoke_test_ftw()
59 struct stat sb; in smoke_test_ftw() local
78 void smoke_test_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in smoke_test_nftw()
83 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw()
88 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64()
93 int check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in check_nftw()
98 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64()
134 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw()
Dsys_stat_test.cpp47 struct stat sb; in TEST() local
87 struct stat sb; in TEST() local
98 struct stat64 sb; in TEST() local
114 struct stat64 sb; in TEST() local
171 struct stat sb; in AssertFileModeEquals() local
228 struct stat sb; in AssertSymlinkModeEquals() local
Dfcntl_test.cpp128 struct stat sb; in TEST() local
329 struct stat sb = {}; in TEST() local
Dunistd_test.cpp181 struct stat sb; in TEST() local
191 struct stat sb; in TEST() local
201 struct stat sb; in TEST() local
211 struct stat sb; in TEST() local
Dstdlib_test.cpp469 struct stat64 sb; in TEST() local
476 struct stat sb; in TEST() local
Dsystem_properties_test.cpp434 struct stat sb; in TEST_F() local
Dstdio_test.cpp123 struct stat sb; in TEST() local
2407 struct stat sb; in TEST() local
2714 struct stat sb; in TEST() local
2732 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()
Drealpath.cpp58 struct stat sb; in realpath() local
Dtmpfile.cpp72 struct stat sb; in __tmpfile_dir_legacy() local
Dfts.c803 struct stat *sbp, sb; in fts_stat() local
1030 struct stat sb; in fts_safe_changedir() local
Ddirent.cpp90 struct stat sb; in fdopendir() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dmktemp.c50 struct stat sb; in mktemp_internal() local
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c649 struct stat sb; in glob2() local
1021 g_lstat(Char *fn, struct stat *sb, glob_t *pglob) in g_lstat()
1035 g_stat(Char *fn, struct stat *sb, glob_t *pglob) in g_stat()
/bionic/libc/kernel/uapi/linux/
Dbfs_fs.h69 #define BFS_UNCLEAN(bfs_sb,sb) ((le32_to_cpu(bfs_sb->s_from) != - 1) && (le32_to_cpu(bfs_sb->s_to) … argument