Home | History | Annotate | Download | only in adb

Lines Matching full:st_mode

1797         if (lstat(vendor_srcdir, &st) || !S_ISDIR(st.st_mode))
1915 if (stat(file, &sb) == -1 || !S_ISREG(sb.st_mode)) {
1961 if (stat(file, &sb) == -1 || !S_ISREG(sb.st_mode)) {