Home
last modified time | relevance | path

Searched defs:CacheSpec (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/tools/disk_cache_memory_test/
H A Ddisk_cache_memory_test.cc48 struct CacheSpec { struct
50 static std::unique_ptr<CacheSpec> Parse(const std::string& spec_string) { in Parse()
66 const net::BackendType backend_type;
67 const net::CacheType cache_type;
68 const base::FilePath path;
71 CacheSpec(net::BackendType backend_type, in CacheSpec() argument