Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dpolicy.py477 def __InitFC(self, FcPaths): argument
479 if FcPaths is None:
482 for path in FcPaths:
498 self.__FcSorted = fc_sort.sort(FcPaths)
507 def __init__(self, PolicyPath, FcPaths, LibPath): argument
509 self.__InitFC(FcPaths)