Searched refs:file_stat (Results 1 – 1 of 1) sorted by relevance
43 struct stat file_stat; in ParseRecordEventTime() local44 if (stat(path.c_str(), &file_stat) == -1) { in ParseRecordEventTime()49 *uptime = file_stat.st_mtime; in ParseRecordEventTime()79 struct stat file_stat; in AddBootEventWithValue() local80 if (stat(record_path.c_str(), &file_stat) == -1) { in AddBootEventWithValue()88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue()