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

/system/core/toolbox/cp/
H A Dextern.h56 int set_utimes(const char *, struct stat *);
H A Dutils.c69 set_utimes(const char *file, struct stat *fs) function
314 if (pflag && set_utimes(to.p_path, fs)) {
376 * in the stat structure. If fd is zero, also call set_utimes() to set
432 /* if fd is non-zero, caller must call set_utimes() after close() */
433 if (fd == 0 && set_utimes(to.p_path, fs))

Completed in 61 milliseconds