Searched defs:input_file_path (Results 1 – 1 of 1) sorted by relevance
36 bool ReadLines(const string& input_file_path, vector<string>* lines) { in ReadLines()73 const string input_file_path = argv[2]; in main() local