Home
last modified time | relevance | path

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

/system/sepolicy/tests/
Dfc_sort_test.py32 n1 = fc_sort.FileContextsNode.create("/data u:object_r:rootfs:s0")
34 n2 = fc_sort.FileContextsNode.create("/d u:object_r:rootfs:s0")
36 n3 = fc_sort.FileContextsNode.create("/data/l(/.*)? u:object_r:log:s0")
38 n4 = fc_sort.FileContextsNode.create("/data -- u:object_r:rootfs:s0")
Dfc_sort.py53 class FileContextsNode(object): class
116 node = FileContextsNode.create(line.strip())