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

/system/core/toolbox/cp/
H A Dutils.c112 copy_file(FTSENT *entp, int dne) argument
120 if ((from_fd = open(entp->fts_path, O_RDONLY, 0)) == -1) {
121 warn("%s", entp->fts_path);
126 fs = entp->fts_statp;
189 if (link(entp->fts_path, to.p_path)) {
204 fi.from = entp->fts_path;
253 warn("%s", entp->fts_path);
272 warn("%s", entp->fts_path);

Completed in 42 milliseconds