Searched refs:fcdict (Results 1 – 3 of 3) sorted by relevance
128 fcdict = get_fcdict()131 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])146 fcdict = get_fcdict()168 mpaths[f] = (fcdict[f]["regex"], file_type_str[fcdict[f]["ftype"]])221 fcdict = get_fcdict()224 for path in fcdict[exe]["regex"]:289 fcdict = None variable293 global fcdict294 if fcdict:295 return fcdict[all …]
428 self.fcdict = get_fcdict(self.fcpath)698 if f in self.fcdict:699 mpaths = mpaths + self.fcdict[f]["regex"]777 if f in self.fcdict:779 if len(self.fcdict[f]["regex"]) > 1:785 %s""" % (plural, self.fcdict[f]["regex"][0]))786 for x in self.fcdict[f]["regex"][1:]:922 if entrypoint in self.fcdict:923 paths += self.fcdict[entrypoint]["regex"]962 if f in self.fcdict:[all …]
1076 self.fcdict = sepolicy.get_fcdict()1275 for executable in self.fcdict[executable_type]["regex"]: