Home
last modified time | relevance | path

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

/system/update_engine/
Dtest_http_server.cc245 size_t start_modulo = start_offset % line_len; in WritePayload() local
246 if (start_modulo) { in WritePayload()
247 string partial = line.substr(start_modulo, remaining_len); in WritePayload()