OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kHttpResponsePartialContent
(Results
1 - 4
of
4
) sorted by null
/system/update_engine/common/
http_common.h
34
kHttpResponsePartialContent
= 206,
http_common.cc
38
{
kHttpResponsePartialContent
, "Partial Content" },
http_fetcher_unittest.cc
723
EXPECT_EQ(
kHttpResponsePartialContent
, fetcher->http_response_code());
[
all
...]
/system/update_engine/
test_http_server.cc
130
request->return_code =
kHttpResponsePartialContent
;
Completed in 39 milliseconds