Home
last modified time | relevance | path

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

/system/core/include/utils/
DLruCache.h225 Entry* oldest = mOldest; in rehash() local
230 for (Entry* p = oldest; p != NULL; p = p->child) { in rehash()
/system/core/debuggerd/
Dtombstone.c748 int oldest = 0; in find_and_open_tombstone() local
754 oldest = i; in find_and_open_tombstone()
771 snprintf(path, sizeof(path), TOMBSTONE_DIR"/tombstone_%02d", oldest); in find_and_open_tombstone()