Searched refs:fpath (Results 1 – 4 of 4) sorted by relevance
132 files_exist = all([os.path.isfile(fpath) for fpath in file_paths])
262 def parse_test_file(fpath): argument271 with open(fpath, 'r') as f:
280 fpath = match_obj.group('file_path')282 verified_tests.add(fpath)
403 fpath = match_obj.group('file_path')405 verified_tests.add(fpath)