OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldest_sb
(Results
1 - 1
of
1
) sorted by null
/system/core/debuggerd/
tombstone.cpp
669
struct stat
oldest_sb
;
local
675
if (oldest < 0 || sb.st_mtime <
oldest_sb
.st_mtime) {
677
oldest_sb
.st_mtime = sb.st_mtime;
Completed in 58 milliseconds