Searched defs:input_file_path (Results 1 – 6 of 6) 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
31 std::string input_file_path; member
409 bool GenerateJavaLibrary(const std::string& input_file_path, in GenerateJavaLibrary()
421 bool GenerateCppFiles(const std::string& input_file_path, in GenerateCppFiles()
297 bool ParseProps(const std::string& input_file_path, sysprop::Properties* props, in ParseProps()