Searched refs:read_file_to_string (Results 1 – 1 of 1) sorted by relevance
29 read_file_to_string(urls_file.c_str(), &urls_string); in LoadtimeMeasurement()42 read_file_to_string(pageload_html_file_.c_str(), &output); in ProcessRequest()86 void read_file_to_string(const char* filename, std::string* output) { in read_file_to_string() function