Home
last modified time | relevance | path

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

/external/llvm/utils/
Dsort_includes.py77 header_lines = ['#include ' + h for h in headers]
78 lines = lines[:headers_begin] + header_lines + lines[headers_end + 1:]
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc85 std::vector<std::string> header_lines; in DoPerform() local
86 header_lines.push_back(status_line + "\r\n"); in DoPerform()
88 header_lines.push_back(string_utils::Join(": ", pair.first, pair.second) + in DoPerform()
92 for (const std::string& line : header_lines) { in DoPerform()