Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_url_test.cc19 std::string url_str = "www.example.com"; in TEST_F() local
57 std::string url_str = "www.example.com"; in TEST_F() local
76 std::string url_str = in TEST_F() local
99 std::string url_str = "http://www.example.com/"; in TEST_F() local
137 std::string url_str = in TEST_F() local
/aosp_15_r20/external/cronet/components/nacl/renderer/
H A Djson_manifest.cc356 const std::string* url_str = url_spec.FindString(kUrlKey); in GrabUrlAndPnaclOptions() local
640 const std::string* url_str = isa_spec->FindString(kUrlKey); in GetURLFromISADictionary() local
/aosp_15_r20/external/cronet/net/cookies/
H A Dcookie_partition_key_fuzzer.cc19 std::string url_str = data_provider.ConsumeRandomLengthString(800); in LLVMFuzzerTestOneInput() local
/aosp_15_r20/system/update_engine/payload_consumer/
H A Dinstall_plan.cc83 string url_str = download_url; in ToString() local
/aosp_15_r20/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc203 Result<ManagedCurlSlist> ManuallyResolveUrl(const std::string& url_str) { in ManuallyResolveUrl()