Home
last modified time | relevance | path

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

/bionic/tests/
Dsys_vfs_test.cpp29 template <typename StatFsT> void Check(StatFsT& sb) { in Check()
63 struct statfs sb; in TEST() local
69 struct statfs sb; in TEST() local
76 struct statfs64 sb; in TEST() local
82 struct statfs64 sb; in TEST() local
89 struct statfs sb; in TEST() local
97 struct statfs sb; in TEST() local
104 struct statfs64 sb; in TEST() local
112 struct statfs sb; in TEST() local
Dsys_statvfs_test.cpp27 template <typename StatVfsT> void Check(StatVfsT& sb) { in Check()
59 struct statvfs sb; in TEST() local
65 struct statvfs64 sb; in TEST() local
71 struct statvfs sb; in TEST() local
79 struct statvfs64 sb; in TEST() local
Dftw_test.cpp54 void smoke_test_ftw(const char* fpath, const struct stat* sb, int tflag) { in smoke_test_ftw()
61 struct stat sb; in smoke_test_ftw() local
80 void smoke_test_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in smoke_test_nftw()
85 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw()
90 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64()
95 int check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in check_nftw()
100 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64()
136 static int bug_28197840_nftw(const char* path, const StatT* sb, int flag, FTW*) { in bug_28197840_nftw()
Dsys_stat_test.cpp49 struct stat sb; in TEST() local
89 struct stat sb; in TEST() local
100 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.cpp135 struct stat sb; in TEST() local
335 struct stat sb = {}; in TEST() local
Dunistd_test.cpp182 struct stat sb; in TEST() local
192 struct stat sb; in TEST() local
202 struct stat sb; in TEST() local
212 struct stat sb; in TEST() local
Dstdlib_test.cpp497 struct stat64 sb; in TEST() local
504 struct stat sb; in TEST() local
Dsystem_properties_test.cpp507 struct stat sb; in TEST_F() local
Dstdio_test.cpp150 struct stat sb; in TEST() local
2486 struct stat sb; in TEST() local
2799 struct stat sb; in TEST() local
2817 struct stat sb; in TEST() local
/bionic/libc/bionic/
Dpathconf.cpp138 struct statfs sb; in pathconf() local
146 struct statfs sb; in fpathconf() local
Dlstat.cpp34 int lstat(const char* path, struct stat* sb) { in lstat()
Dstat.cpp34 int stat(const char* path, struct stat* sb) { in stat()
Drealpath.cpp58 struct stat sb; in realpath() local
Dtmpfile.cpp75 struct stat sb; in __tmpfile_dir_legacy() local
Dfts.c798 struct stat *sbp, sb; in fts_stat() local
1031 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.h57 #define BFS_UNCLEAN(bfs_sb,sb) ((le32_to_cpu(bfs_sb->s_from) != - 1) && (le32_to_cpu(bfs_sb->s_to) … argument