Home
last modified time | relevance | path

Searched refs:utim (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/libutil++/
Dfile_manip.cpp69 struct utimbuf utim; in copy_file() local
70 utim.actime = buf.st_atime; in copy_file()
71 utim.modtime = buf.st_mtime; in copy_file()
72 if (utime(destination.c_str(), &utim)) in copy_file()