Home
last modified time | relevance | path

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

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