Searched refs:pathflags (Results 1 – 2 of 2) sorted by relevance
330 … file_path=recipe_information['file_path'], pathflags = recipe_information['pathflags'])341 pathflags = recipe_information['pathflags'])1404 pathflags = ":".join(sorted(event._depgraph['pn'][pn]['filename'].split(":")[:-1]))1435 recipe_info['pathflags'] = pathflags
1329 pathflags = models.CharField(max_length=200, blank=True) variable in Recipe