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/net/tools/flip_server/
mem_cache.cc
145
std::string
filename_contents
;
local
146
ReadToString(filename, &
filename_contents
);
149
if (
filename_contents
.find("HTTP/1.0") == 0)
150
filename_contents
[7] = '1';
156
pos += framer.ProcessInput(
filename_contents
.data() + pos,
157
filename_contents
.size() - pos);
172
visitor.body =
filename_contents
.substr(pos);
Completed in 99 milliseconds