HomeSort by relevance Sort by last modified time
    Searched full:test_cache (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_perftest.cc 157 ScopedTestCache test_cache; local
159 disk_cache::CreateCacheBackend(test_cache.path(), false, 0,
176 test_cache.path().AppendASCII("index")));
178 test_cache.path().AppendASCII("data_0")));
180 test_cache.path().AppendASCII("data_1")));
182 test_cache.path().AppendASCII("data_2")));
184 test_cache.path().AppendASCII("data_3")));
186 cache = disk_cache::CreateCacheBackend(test_cache.path(), false, 0,
208 ScopedTestCache test_cache; local
210 disk_cache::BlockFiles files(test_cache.path())
    [all...]

Completed in 95 milliseconds