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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c459 static void setPathTimes(int dirfd, char *path, timestruc_t modTime);
3589 setPathTimes(dirfd, comp,
3593 setPathTimes(dirfd, comp,
3596 setPathTimes(dirfd, comp, stbuf.st_mtim);
6572 setPathTimes(AT_FDCWD, dirstack,
6613 * setPathTimes - set the modification time for given path. Return 1 if
6618 setPathTimes(int dirfd, char *path, timestruc_t modTime) function

Completed in 66 milliseconds