Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dfc_sort.py8 fileType = None variable in FileContextsNode
16 def __init__(self, path, fileType, context, meta, stemLen, strLen, line): argument
18 self.fileType = fileType
64 fileType = None
66 fileType = split[1].strip()
71 return FileContextsNode(path, fileType, context, meta, stemLen, strLen, line)
106 if a.fileType is None and b.fileType is not None:
108 if b.fileType is None and a.fileType is not None: