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

/system/core/toolbox/cp/
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 77 milliseconds