Home | History | Annotate | Download | only in installd

Lines Matching full:dstfd

327 static int _copy_owner_permissions(int srcfd, int dstfd)
333 if (fchmod(dstfd, st.st_mode) != 0) {