Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Ddisk_format.h139 PARENT_ENTRY = 1, // This entry has children (sparse) entries. enumerator
Dsparse_control.cc366 DCHECK(entry->GetEntryFlags() & PARENT_ENTRY); in DeleteChildren()
424 entry_->SetEntryFlags(PARENT_ENTRY); in CreateSparseEntry()
436 if (!(PARENT_ENTRY & entry_->GetEntryFlags())) in OpenSparseEntry()
Dentry_impl.cc498 if (GetEntryFlags() & PARENT_ENTRY) { in DeleteEntryData()