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
35 std::string input_file_path; member
277 Result<sysprop::Properties> ParseProps(const std::string& input_file_path) { in ParseProps()299 const std::string& input_file_path) { in ParseApiFile()
34 std::string input_file_path; member
398 Result<void> GenerateJavaLibrary(const std::string& input_file_path, in GenerateJavaLibrary()
434 Result<void> GenerateCppFiles(const std::string& input_file_path, in GenerateCppFiles()