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

  /external/chromium_org/net/disk_cache/
stats.cc 17 struct OnDiskStats {
23 COMPILE_ASSERT(sizeof(OnDiskStats) < 512, needs_more_than_2_blocks);
73 bool VerifyStats(OnDiskStats* stats) {
101 OnDiskStats local_stats;
102 OnDiskStats* stats = &local_stats;
108 stats = reinterpret_cast<OnDiskStats*>(data);
142 COMPILE_ASSERT(sizeof(OnDiskStats) <= 256 * 2, use_more_blocks);
217 OnDiskStats* stats = reinterpret_cast<OnDiskStats*>(data);
  /external/chromium/net/disk_cache/
stats.cc 17 struct OnDiskStats {
23 COMPILE_ASSERT(sizeof(OnDiskStats) < 512, needs_more_than_2_blocks);
72 bool LoadStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
95 bool StoreStats(BackendImpl* backend, Addr address, OnDiskStats* stats) {
105 bool CreateStats(BackendImpl* backend, Addr* address, OnDiskStats* stats) {
126 OnDiskStats stats;
236 OnDiskStats stats;

Completed in 23 milliseconds