HomeSort by relevance Sort by last modified time
    Searched refs:CHILD_ENTRY (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
disk_format.h 133 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data.
disk_format_v3.h 208 CHILD_ENTRY = 1 << 1 // Child entry that stores sparse data.
sparse_control.cc 375 if (CHILD_ENTRY & entry_->GetEntryFlags())
467 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
666 child->SetEntryFlags(CHILD_ENTRY);
sparse_control_v3.cc 377 if (CHILD_ENTRY & entry_->GetEntryFlags())
469 if (!(CHILD_ENTRY & child->GetEntryFlags()) ||
754 child->SetEntryFlags(CHILD_ENTRY);

Completed in 298 milliseconds