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

  /external/chromium_org/net/disk_cache/blockfile/
entry_impl.cc 30 // Index for the file used to store the key, if any (files_[kKeyFileIndex]).
31 const int kKeyFileIndex = 3;
428 File* key_file = GetBackingFile(address, kKeyFileIndex);
436 DeleteData(address, kKeyFileIndex);
505 DeleteData(address, kKeyFileIndex);
779 COMPILE_ASSERT(kNumStreams == kKeyFileIndex, invalid_key_index);
781 kKeyFileIndex);
    [all...]
entry_impl_v3.cc 283 File* key_file = GetBackingFile(address, kKeyFileIndex);
291 DeleteData(address, kKeyFileIndex);
492 COMPILE_ASSERT(kNumStreams == kKeyFileIndex, invalid_key_index);
494 kKeyFileIndex);
1070 DeleteData(address, kKeyFileIndex);
    [all...]

Completed in 62 milliseconds