Searched refs:src_map (Results 1 – 1 of 1) sorted by relevance
25 src_map = {} variable43 global src_map46 if this_dir in src_map:47 deps = src_map[this_dir]62 if this_dir not in src_map and len(deps) > 0:63 src_map[this_dir] = deps112 for item in src_map.get(last_component, []):132 path_queue = [[x] for x in iter(src_map)]135 items = list(src_map.items())151 global src_map[all …]