Searched refs:pkg_file (Results 1 – 2 of 2) sorted by relevance
202 def file_path_match(file_path, pkg_file): argument203 if file_path.lstrip("/") == pkg_file.name.lstrip("/"):206 for e in pkg_file.extension:233 if not any(file_path_match(file_path, pkg_file) for pkg_file in package_files):
223 for pkg_file in package_files:224 if file_path.lstrip("/") == pkg_file.fileName.lstrip("/"):263 package_doc.add_relationship(pkg_file, "GENERATED_FROM", ref_id, comment=debugsrc)