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

/vbox/src/VBox/RDP/client-1.8.3/
H A Ddisk.c738 struct utimbuf tvs; local
780 tvs.modtime = filestat.st_mtime;
781 tvs.actime = filestat.st_atime;
783 tvs.actime = access_time;
792 tvs.modtime = mod_time;
799 ctime(&tvs.actime));
801 ctime(&tvs.modtime));
803 if (utime(pfinfo->path, &tvs) && errno != EPERM)

Completed in 1867 milliseconds