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

/system/core/toolbox/cp/
H A Dextern.h57 int setfile(struct stat *, int);
H A Dutils.c290 if (pflag && setfile(fs, to_fd))
339 return (pflag ? setfile(p->fts_statp, 0) : 0);
353 return (pflag ? setfile(from_stat, 0) : 0);
367 return (pflag ? setfile(from_stat, 0) : 0);
372 * Function: setfile
381 setfile(struct stat *fs, int fd) function
H A Dcp.c506 if (pflag && setfile(curr->fts_statp, 0))

Completed in 110 milliseconds