Home | History | Annotate | Download | only in recovery

Lines Matching refs:st_mode

421                 chmod(head->name, head->st.st_mode);
467 if (!S_ISDIR(st.st_mode)) {
471 if ((st.st_mode & 0777) != 0700) {
472 LOGE("%s has perms %o\n", SIDELOAD_TEMP_DIR, st.st_mode);