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

  /external/chromium_org/net/disk_cache/simple/
simple_test_util.h 19 namespace simple_util { namespace in namespace:disk_cache
simple_test_util.cc 8 #include "net/disk_cache/simple/simple_util.h"
12 namespace simple_util { namespace in namespace:disk_cache
17 disk_cache::simple_util::GetFilenameFromKeyAndIndex(key, 0));
simple_util_unittest.cc 7 #include "net/disk_cache/simple/simple_util.h"
10 using disk_cache::simple_util::ConvertEntryHashKeyToHexString;
11 using disk_cache::simple_util::GetEntryHashKeyAsHexString;
12 using disk_cache::simple_util::GetEntryHashKeyFromHexString;
13 using disk_cache::simple_util::GetEntryHashKey;
14 using disk_cache::simple_util::GetFileSizeFromKeyAndDataSize;
15 using disk_cache::simple_util::GetDataSizeFromKeyAndFileSize;
simple_util.h 21 namespace simple_util { namespace in namespace:disk_cache
simple_index_file_unittest.cc 18 #include "net/disk_cache/simple/simple_util.h"
141 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
151 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
159 ASSERT_TRUE(simple_util::GetMTime(cache_path, &cache_mtime));
196 ASSERT_TRUE(simple_util::GetMTime(simple_index_file.GetIndexFilePath(),
226 ASSERT_TRUE(simple_util::GetMTime(simple_index_file.GetIndexFilePath(),
simple_index_unittest.cc 17 #include "net/disk_cache/simple/simple_util.h"
26 const uint64 kKey1Hash = disk_cache::simple_util::GetEntryHashKey("key1");
27 const uint64 kKey2Hash = disk_cache::simple_util::GetEntryHashKey("key2");
28 const uint64 kKey3Hash = disk_cache::simple_util::GetEntryHashKey("key3");
126 const uint64 hash_key = simple_util::GetEntryHashKey(key);
137 uint64 hash_key(simple_util::GetEntryHashKey(key));
200 const uint64 new_hash_key = simple_util::GetEntryHashKey("eleven");
203 const uint64 redundant_hash_key = simple_util::GetEntryHashKey("seven");
550 uint64 hash_key(simple_util::GetEntryHashKey("key1"));