Searched refs:file_to_parse (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_wrapper.cc35 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse); local
38 if (file_to_parse.empty()) {
43 DVLOG(1) << "Reading input from " << file_to_parse;
45 CHECK(base::ReadFileToString(base::FilePath::FromUTF8Unsafe(file_to_parse),
H A Dhpack_fuzz_mutator.cc45 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse); local
52 DVLOG(1) << "Reading input from " << file_to_parse;
54 CHECK(base::ReadFileToString(base::FilePath::FromUTF8Unsafe(file_to_parse),

Completed in 73 milliseconds