Searched defs:dst_fd (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dbackup_file.c34 int dst_fd = -1; local
67 dst_fd = open(dst_file, O_CREAT|O_EXCL|O_WRONLY, 0600);
70 if (dst_fd >= 0) break;
97 written = sss_atomic_write_s(dst_fd, buf, numread);
117 if (dst_fd != -1) close(dst_fd);

Completed in 12 milliseconds