Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/filesystem/
Dlru_inode_cache.cc52 auto list_last_it = list_.end(); in Insert() local
53 list_last_it--; in Insert()
54 map_.erase(list_last_it->first); in Insert()
55 list_.erase(list_last_it); in Insert()