Home | History | Annotate | Download | only in androidfw

Lines Matching full:st_mode

307     err = write_update_file(dataStream, fd, st.st_mode, key, realFilename);
362 r.s.mode = st.st_mode;
535 const int isdir = S_ISDIR(s.st_mode);
567 snprintf(buf + 100, 8, "%06o ", s.st_mode & ~S_IFMT);
588 } else if (S_ISREG(s.st_mode)) {
591 ALOGW("Error: unknown file mode 0%o [%s]", s.st_mode, filepath.string());
809 r.s.mode = st.st_mode;