Searched refs:statb (Results 1 - 4 of 4) sorted by relevance

/system/core/sh/
H A Dcd.c84 struct stat statb; local
125 if (stat(p, &statb) >= 0 && S_ISDIR(statb.st_mode)) {
155 struct stat statb; local
187 if ((lstat(stackblock(), &statb) < 0)
188 || (S_ISLNK(statb.st_mode))) {
H A Dmain.c342 struct stat statb; local
349 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) {
H A Dexec.c433 struct stat statb; local
440 while (stat(name, &statb) < 0) {
534 while (stat(fullname, &statb) < 0) {
544 if (!S_ISREG(statb.st_mode))
560 if (statb.st_uid == geteuid()) {
561 if ((statb.st_mode & 0100) == 0)
563 } else if (statb.st_gid == getegid()) {
564 if ((statb.st_mode & 010) == 0)
567 if ((statb.st_mode & 01) == 0)
H A Dexpand.c1130 struct stat statb; local
1183 if (metaflag == 0 || lstat(expdir, &statb) >= 0)

Completed in 43 milliseconds