Searched refs:from_fd (Results 1 - 1 of 1) sorted by relevance

/system/core/toolbox/cp/
H A Dutils.c116 int ch, checkch, from_fd, rcount, rval, to_fd, tolnk, wcount; local
120 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
147 (void)close(from_fd);
156 (void)close(from_fd);
178 (void)close(from_fd);
186 (void)close(from_fd);
219 from_fd, (off_t)0);
260 while ((rcount = read(from_fd, buf, MAXBSIZE)) > 0) {
279 if (pflag && (fcpxattr(from_fd, to_fd) != 0))
283 (void)close(from_fd);
[all...]

Completed in 37 milliseconds