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/
flip_in_mem_edsm_server.cc
443
string
filename_contents
;
local
444
ReadToString(filename, &
filename_contents
);
447
if (
filename_contents
.find("HTTP/1.0") == 0)
448
filename_contents
[7] = '1';
454
pos += framer.ProcessInput(
filename_contents
.data() + pos,
455
filename_contents
.size() - pos);
470
visitor.body =
filename_contents
.substr(pos);
[
all
...]
Completed in 234 milliseconds