Home | History | Annotate | Download | only in update_engine

Lines Matching refs:EOL

53 #define EOL "\r\n"
93 } while (!base::EndsWith(headers, EOL EOL, base::CompareCase::SENSITIVE));
103 headers.substr(0, headers.length() - strlen(EOL EOL)), EOL, &lines);
187 EOL
188 "Content-Type: application/octet-stream" EOL);
200 string("Accept-Ranges: bytes" EOL
204 EOL);
211 EOL EOL);
397 status + EOL)) < 0)
399 WriteString(fd, "Location: " + url + EOL);