Searched refs:input_path (Results 1 – 3 of 3) sorted by relevance
40 options.input_path = os.path.abspath(options.input_path)41 if not os.path.isfile(options.input_path):43 options.input_path))48 with open(options.input_path, 'rb') as fp:
14 input_path = sys.argv[1] variable15 unittest_suite = lit.LitTestCase.load_test_suite([input_path])
173 input_path,output_path = args175 with open(input_path, "r") as f:245 input_path,output_path = args247 hmap = HeaderMap.frompath(input_path)