HomeSort by relevance Sort by last modified time
    Searched full:timbuf (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/rawbu/
backup.cpp 609 struct utimbuf timbuf; local
610 timbuf.actime = statBuffer.st_atime;
611 timbuf.modtime = statBuffer.st_mtime;
612 if (utime(path, &timbuf) != 0) {

Completed in 461 milliseconds