Lines Matching refs:path
63 return [os.path.join(path, _TF_RES_DIR) for path in mod_paths]
78 config_file = os.path.join(self.root_dir, rel_config)
86 def _load_xml_file(self, path): argument
95 tree = ElementTree.parse(path)
146 abs_path = os.path.join(self.root_dir, integration_dir)
199 rel_config = os.path.relpath(test_file, self.root_dir)
214 for path in paths:
217 path))
228 def find_int_test_by_path(self, path): argument
242 path, _ = test_finder_utils.split_methods(path)
245 if not path.endswith('.xml'):
250 path = os.path.realpath(path)
251 if not os.path.exists(path):
253 int_dir = test_finder_utils.get_int_dir_from_path(path,
256 rel_config = os.path.relpath(path, self.root_dir)