Home
last modified time | relevance | path

Searched refs:kPatch (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl_test.cc168 EasySetOptStr(handle_, CURLOPT_CUSTOMREQUEST, request_type::kPatch)) in TEST_F()
171 "http://www.foo.bar/patch", request_type::kPatch, {}, "", "", nullptr); in TEST_F()
Dhttp_utils.cc348 return SendRequestAndBlock(request_type::kPatch, in PatchJsonAndBlock()
370 return SendRequest(request_type::kPatch, url, data.c_str(), data.size(), in PatchJson()
Dhttp_request.h31 BRILLO_EXPORT extern const char kPatch[]; // Non-standard HTTP/1.1 verb
Dhttp_request.cc25 const char request_type::kPatch[] = "PATCH"; member in brillo::http::request_type
Dhttp_utils_test.cc408 EXPECT_EQ(request_type::kPatch, value); in TEST()