Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/usercrash/
A Dserver.c137 time_t oldest_time = LONG_MAX; in find_oldest_usercrash() local
159 if (st.st_mtime < oldest_time) { in find_oldest_usercrash()
161 oldest_time = st.st_mtime; in find_oldest_usercrash()

Completed in 5 milliseconds