OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_used
(Results
51 - 53
of
53
) sorted by null
1
2
3
/external/chromium/net/disk_cache/
disk_format.h
149
uint64
last_used
; // LRU info.
member in struct:disk_cache::RankingsNode
rankings.cc
184
node->Data()->
last_used
= now.ToInternalValue();
529
if (from_list && (!data->
last_used
|| !data->last_modified))
backend_unittest.cc
857
Time
last_used
[kNumEntries];
local
862
last_used
[count] = entry->GetLastUsed();
879
EXPECT_TRUE(
last_used
[count] == entry->GetLastUsed());
[
all
...]
Completed in 93 milliseconds
1
2
3