Searched defs:input_file_path (Results 1 - 1 of 1) sorted by relevance

/system/tools/aidl/tests/
H A Daidl_test_sentinel_searcher.cpp36 bool ReadLines(const string& input_file_path, vector<string>* lines) { argument
37 ifstream watched_file(input_file_path);
39 cerr << "Unable to open input file: " << input_file_path << endl;
73 const string input_file_path = argv[2]; local
95 ReadLines(input_file_path, &lines);

Completed in 54 milliseconds