Searched refs:labels (Results 1 – 25 of 32) sorted by relevance
12
/system/core/toolbox/ |
D | Android.bp | 30 tool_files: ["generate-input.h-labels.py"], 33 out: ["input.h-labels.h"],
|
D | getevent.c | 55 static const char *get_label(const struct label *labels, int value) in get_label() argument 57 while(labels->name && value != labels->value) { in get_label() 58 labels++; in get_label() 60 return labels->name; in get_label()
|
/system/sepolicy/tests/ |
D | apex_sepolicy_tests.py | 87 labels: set[str] 129 case NotAnyOf(labels): 130 if tcontext in labels:
|
/system/sepolicy/private/ |
D | dexopt_chroot_setup.te | 15 # their own label, which differs from other labels created by other processes. 113 # right labels to /apex, /linkerconfig, /mnt/artd_tmp in chroot. 115 # giving any labels to any tmpfs filesystems as soon as they are mounted. 117 # labels are given, and this rule doesn't allow relabeling any existing tmpfs.
|
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | vold_prepare_subdirs.te | 89 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
|
D | dexoptanalyzer.te | 12 # own label, which differs from other labels created by other processes.
|
D | security_classes | 73 # network peer labels
|
D | odrefresh.te | 16 # Staging area labels (/data/misc/apexdata/com.android.art/staging). odrefresh
|
D | update_engine_common.te | 45 # labels on the mounted filesystem to postinstall_file.
|
D | file.te | 92 # legacy labels for various /data/misc[_ce|_de]/*/apexdata directories - retained
|
D | access_vectors | 486 # network peer labels
|
D | artd.te | 26 # own label, which differs from other labels created by other processes.
|
D | zygote.te | 104 # standard labels. Note: it seems that not all dirs are actually relabeled yet,
|
D | file_contexts | 611 # This directory was removed after Q Beta 2, but we need to preserve labels for upgrading devices. 619 # Ensure we have the same labels as /data/app or /data/apex/active
|
/system/sepolicy/microdroid/system/private/ |
D | mls | 7 # don't want to disable MLS, since we share some file labels with the
|
D | security_classes | 73 # network peer labels
|
D | access_vectors | 486 # network peer labels
|
/system/core/init/ |
D | perfboot.py | 298 labels = [] 301 labels.append('%s%s' % (tag, '' if i == 1 else str(i))) 305 f.write('\t'.join(labels) + '\n')
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 191 self.labels = [] 337 sample.labels.append(Label( 343 sample.labels.append(Label( 347 sample.labels.append(Label( 350 sample.labels.append(Label( 576 for l in sample.labels:
|
/system/sepolicy/reqd_mask/ |
D | security_classes | 73 # network peer labels
|
D | access_vectors | 486 # network peer labels
|
/system/sepolicy/microdroid/reqd_mask/ |
D | security_classes | 73 # network peer labels
|
D | access_vectors | 486 # network peer labels
|
/system/sepolicy/public/ |
D | attributes | 128 # All keystore2_key labels.
|
12