Searched refs:path_prefix_strip (Results 1 – 1 of 1) sorted by relevance
258 def dump_siglist(self, sigfile, path_prefix_strip=None): argument260 nonlocal path_prefix_strip261 if not path_prefix_strip:265 if fn_exp[-1].startswith(path_prefix_strip):266 fn_exp[-1] = fn_exp[-1][len(path_prefix_strip):]