Searched refs:__FcDict (Results 1 - 1 of 1) sorted by relevance

/system/sepolicy/tests/
H A Dpolicy.py45 __FcDict = None variable in class:Policy
73 if Type in self.__FcDict:
74 return self.__FcDict[Type]
148 for Type in self.__FcDict:
149 for pathregex in self.__FcDict[Type]:
235 self.__FcDict = {}
240 if t in self.__FcDict:
241 self.__FcDict[t].append(rec[0])
243 self.__FcDict[t] = [rec[0]]

Completed in 60 milliseconds