Home | History | Annotate | Download | only in installd

Lines Matching refs:srcfd

558 static int _copy_owner_permissions(int srcfd, int dstfd)
561 if (fstat(srcfd, &st) != 0) {