Home | History | Annotate | Download | only in applypatch

Lines Matching full:st_mode

259     file->st.st_mode = 0644;
292 if (chmod(filename, file->st.st_mode) != 0) {
970 if (chmod(tmp_target_filename.c_str(), source_to_use->st.st_mode) != 0) {