Searched refs:src_paths (Results 1 – 4 of 4) sorted by relevance
33 src_paths = set()44 src_paths.add(path)46 return src_paths
24 def diff(map_path, src_paths): argument26 src_symbols = set.union(set(), *(symbols_from_src(path) for path in src_paths))
106 auto& src_paths = all_paths[src_node]; in CreateControlDependencies() local107 src_paths.insert(dst_node); in CreateControlDependencies()109 src_paths.insert(downstream_node); in CreateControlDependencies()
635 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*"))636 for src_path in src_paths:669 src_paths = glob.glob(os.path.join(self.dump_root, "1", "*"))670 for src_path in src_paths: