OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:filename_contents
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/tools/flip_server/
mem_cache.cc
142
std::string
filename_contents
;
local
143
ReadToString(filename, &
filename_contents
);
146
if (
filename_contents
.find("HTTP/1.0") == 0)
147
filename_contents
[7] = '1';
153
pos += framer.ProcessInput(
filename_contents
.data() + pos,
154
filename_contents
.size() - pos);
169
visitor.body =
filename_contents
.substr(pos);
Completed in 92 milliseconds