Searched defs:sb (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/bionic/
H A Drealpath.c51 struct stat sb; local
163 if (lstat(resolved, &sb) != 0) {
172 if (S_ISLNK(sb.st_mode)) {
H A Dfts.c795 struct stat *sbp, sb; local
799 sbp = ISSET(FTS_NOSTAT) ? &sb : p->fts_statp;
1018 struct stat sb; local
1025 if (fstat(newfd, &sb)) {
1029 if (p->fts_dev != sb.st_dev || p->fts_ino != sb.st_ino) {
/bionic/linker/
H A Dlinker.cpp600 struct stat sb; local
601 if (stat(name, &sb) == -1 || !S_ISREG(sb.st_mode)) {

Completed in 67 milliseconds