Home
last modified time | relevance | path

Searched refs:track_cross_junctions (Results 1 – 2 of 2) sorted by relevance

/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A D_stream.py167 track_cross_junctions=False, argument
179 track_cross_junctions=track_cross_junctions,
228 track_cross_junctions=False): argument
244 track_cross_junctions=track_cross_junctions,
276 track_cross_junctions=cross_junctions,
868 track_cross_junctions=False, argument
920 track_cross_junctions)
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_frontend/
H A Dcli.py323 def build(app, elements, all_, track_, track_save, track_all, track_except, track_cross_junctions): argument
326 if (track_except or track_cross_junctions) and not (track_ or track_all):
341 track_cross_junctions=track_cross_junctions,
362 def fetch(app, elements, deps, track_, except_, track_cross_junctions): argument
379 if track_cross_junctions and not track_:
393 track_cross_junctions=track_cross_junctions)