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

/external/chromium_org/net/spdy/fuzzing/
H A Dhpack_fuzz_wrapper.cc13 const char kFileToParse[] = "file-to-parse"; member in namespace:__anon9570
30 if (!command_line.HasSwitch(kFileToParse)) {
32 << " --" << kFileToParse << "=/path/to/file.in"; local
35 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);
H A Dhpack_fuzz_mutator.cc14 const char kFileToParse[] = "file-to-parse"; member in namespace:__anon9567
36 if (!command_line.HasSwitch(kFileToParse) ||
40 << " --" << kFileToParse << "=/path/to/file.in"
45 string file_to_parse = command_line.GetSwitchValueASCII(kFileToParse);

Completed in 539 milliseconds