OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasLength
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/common/
multi_range_http_fetcher.cc
77
if (range.
HasLength
())
96
if (range.
HasLength
()) {
105
if (range.
HasLength
() && bytes_received_this_range_ >= range.length()) {
135
if (range.
HasLength
()) {
183
if (
HasLength
())
multi_range_http_fetcher.h
133
inline bool
HasLength
() const { return (length_ > 0); }
Completed in 272 milliseconds