Home | History | Annotate | Download | only in applypatch

Lines Matching refs:st_mode

312     file->st.st_mode = 0644;
346 if (chmod(filename, file->st.st_mode) != 0) {
1012 if (chmod(outname, source_to_use->st.st_mode) != 0) {