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

  /external/chromium_org/net/disk_cache/simple/
simple_util.h 62 NET_EXPORT_PRIVATE int64 GetFileOffsetFromKeyAndDataOffset(
simple_util.cc 82 int64 GetFileOffsetFromKeyAndDataOffset(const std::string& key,
simple_synchronous_entry.cc 140 using simple_util::GetFileOffsetFromKeyAndDataOffset;
276 GetFileOffsetFromKeyAndDataOffset(key_, in_entry_op.offset);
308 const int64 file_eof_offset = GetFileOffsetFromKeyAndDataOffset(
317 const int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, offset);
352 int64 file_offset = GetFileOffsetFromKeyAndDataOffset(key_, data_size);
397 int64 file_offset = GetFileOffsetFromKeyAndDataOffset(
  /external/chromium_org/net/disk_cache/
entry_unittest.cc     [all...]

Completed in 77 milliseconds