Lines Matching refs:path
65 return [os.path.join(path, _TF_RES_DIR) for path in mod_paths]
80 config_file = os.path.join(self.root_dir, rel_config)
88 def _load_xml_file(self, path): argument
97 tree = ElementTree.parse(path)
150 abs_path = os.path.join(self.root_dir, integration_dir)
203 rel_config = os.path.relpath(test_file, self.root_dir)
218 for path in paths:
221 path))
232 def find_int_test_by_path(self, path): argument
246 path, _ = test_finder_utils.split_methods(path)
249 if not path.endswith('.xml'):
254 path = os.path.realpath(path)
255 if not os.path.exists(path):
257 int_dir = test_finder_utils.get_int_dir_from_path(path,
260 rel_config = os.path.relpath(path, self.root_dir)