OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:assert_selinux_context
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/site_tests/brillo_Invariants/
brillo_Invariants.py
27
def
assert_selinux_context
(self, path, ctx):
member in class:brillo_Invariants
56
self.
assert_selinux_context
('/dev/block/by-name/boot_a', ctx)
57
self.
assert_selinux_context
('/dev/block/by-name/boot_b', ctx)
59
self.
assert_selinux_context
('/dev/block/by-name/system_a', ctx)
60
self.
assert_selinux_context
('/dev/block/by-name/system_b', ctx)
62
self.
assert_selinux_context
('/dev/block/by-name/misc', ctx)
/external/autotest/server/site_tests/android_Invariants/
android_Invariants.py
27
def
assert_selinux_context
(self, path, ctx):
member in class:android_Invariants
Completed in 61 milliseconds