Home
last modified time | relevance | path

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

/aosp14/system/core/bootstat/
H A Dboot_event_record_store.cpp43 struct stat file_stat; in ParseRecordEventTime() local
44 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() local
80 if (stat(record_path.c_str(), &file_stat) == -1) { in AddBootEventWithValue()
88 struct utimbuf times = {/* actime */ file_stat.st_atime, /* modtime */ value}; in AddBootEventWithValue()