Home
last modified time | relevance | path

Searched refs:GetEntryHashKeyAsHexString (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_util_unittest.cc12 using disk_cache::simple_util::GetEntryHashKeyAsHexString;
33 GetEntryHashKeyAsHexString("http://www.amazon.com/")); in TEST_F()
38 GetEntryHashKeyAsHexString("www.amazon.com")); in TEST_F()
41 EXPECT_EQ("0d4b6b5eeea339da", GetEntryHashKeyAsHexString("")); in TEST_F()
44 …EXPECT_EQ("a68ac2ecc87dfd04", GetEntryHashKeyAsHexString("http://www.domain.com/uoQ76Kb2QL5hzaVOSA… in TEST_F()
H A Dsimple_util.cc39 std::string GetEntryHashKeyAsHexString(const std::string& key) { in GetEntryHashKeyAsHexString() function
85 return GetEntryHashKeyAsHexString(key) + in GetFilenameFromKeyAndFileIndex()
H A Dsimple_util.h28 NET_EXPORT_PRIVATE std::string GetEntryHashKeyAsHexString(