OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:str_to_dir
(Results
1 - 2
of
2
) sorted by null
/external/selinux/sepolgen/src/sepolgen/
objectmodel.py
74
str_to_dir
= { "n" : FLOW_NONE, "r" : FLOW_READ, "w" : FLOW_WRITE, "b" : FLOW_BOTH }
variable
130
pm = PermMap(fields[0],
str_to_dir
[fields[1]], int(fields[2]))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
objectmodel.py
74
str_to_dir
= { "n" : FLOW_NONE, "r" : FLOW_READ, "w" : FLOW_WRITE, "b" : FLOW_BOTH }
variable
130
pm = PermMap(fields[0],
str_to_dir
[fields[1]], int(fields[2]))
Completed in 231 milliseconds