Searched refs:contexts (Results 1 – 25 of 121) sorted by relevance
12345
/system/keymaster/ |
D | Android.bp | 187 "contexts/pure_soft_keymaster_context.cpp", 188 "contexts/pure_soft_remote_provisioning_context.cpp", 189 "contexts/soft_attestation_context.cpp", 190 "contexts/soft_keymaster_context.cpp", 191 "contexts/soft_keymaster_device.cpp", 192 "contexts/soft_keymaster_logger.cpp", 219 "contexts/soft_attestation_cert.cpp", 234 "contexts/soft_attestation_context.cpp", 235 "contexts/pure_soft_keymaster_context.cpp", 236 "contexts/pure_soft_remote_provisioning_context.cpp", [all …]
|
/system/sepolicy/tests/ |
D | fc_sort_test.py | 39 contexts = [n1, n2, n3, n4] 40 contexts.sort() 41 self.assertEqual(contexts, [n3, n2, n1, n4])
|
/system/core/init/ |
D | ueventd_test.cpp | 99 const char* const contexts[] = { in TEST() local 108 for (const char* context : contexts) { in TEST()
|
/system/sepolicy/prebuilts/api/32.0/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts.
|
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts.
|
D | heapprofd.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
D | kernel.te | 48 # Some contexts are changed before the device is flipped into enforcing mode
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts.
|
D | kernel.te | 48 # Some contexts are changed before the device is flipped into enforcing mode
|
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | keystore2_key_contexts | 1 # Keystore 2.0 key contexts.
|
D | heapprofd.te | 8 # Allow apps in other MLS contexts (for multi-user) to access
|
D | kernel.te | 48 # Some contexts are changed before the device is flipped into enforcing mode
|
/system/sepolicy/microdroid/system/private/ |
D | kernel.te | 42 # Get file contexts during first stage 85 # Some contexts are changed before the device is flipped into enforcing mode
|
D | ueventd.te | 34 # Get file contexts for new device nodes
|
/system/apex/proto/ |
D | apex_build_info.proto | 28 // Content of the selinux file contexts file.
|
/system/core/property_service/libpropertyinfoserializer/ |
D | trie_builder_test.cpp | 36 ASSERT_EQ(5U, trie_builder.contexts().size()); in TEST()
|
D | trie_builder.h | 106 const std::set<std::string>& contexts() const { return contexts_; } in contexts() function
|
D | trie_serializer.cpp | 123 SerializeStrings(trie_builder.contexts()); in SerializeTrie()
|
/system/sepolicy/contexts/ |
D | Android.bp | 15 // This file contains module definitions for various contexts files. 394 // Run host-side test with contexts files and the sepolicy file
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | ueventd.te | 37 # Get file contexts for new device nodes
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | heapprofd.te | 18 # Allow apps in other MLS contexts (for multi-user) to access
|
12345