Home | History | Annotate | Download | only in installd

Lines Matching refs:st_mode

74         if (S_ISDIR(libStat.st_mode)) {
79 } else if (S_ISLNK(libStat.st_mode)) {
224 if (S_ISDIR(libStat.st_mode)) {
231 } else if (S_ISLNK(libStat.st_mode)) {
812 if ((statbuf->st_mode&S_IFDIR) == 0) {
1072 if (S_ISDIR(libStat.st_mode)) {
1077 } else if (S_ISLNK(libStat.st_mode)) {
1094 if (chmod(pkgdir, s.st_mode) < 0) {