HomeSort by relevance Sort by last modified time
    Searched refs:set_utimes (Results 1 - 2 of 2) sorted by null

  /system/core/toolbox/cp/
extern.h 56 int set_utimes(const char *, struct stat *);
utils.c 69 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 204 milliseconds