Searched refs:labels (Results 1 – 25 of 103) sorted by relevance
12345
/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/microdroid/system/private/ |
D | mls | 7 # don't want to disable MLS, since we share some file labels with the
|
/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/sepolicy/prebuilts/api/32.0/private/ |
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | dexoptanalyzer.te | 12 # own label, which differs from other labels created by other processes.
|
/system/sepolicy/prebuilts/api/33.0/private/ |
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | vold_prepare_subdirs.te | 56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
|
/system/sepolicy/private/ |
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | vold_prepare_subdirs.te | 56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | dexoptanalyzer.te | 8 # own label, which differs from other labels created by other processes.
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
/system/sepolicy/prebuilts/api/34.0/private/ |
D | keystore2_key_contexts | 2 # This file defines Keystore 2.0 namespaces and maps them to labels.
|
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | vold_prepare_subdirs.te | 56 # Migrate legacy labels to apex_system_server_data_file (b/217581286)
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | viewcompiler.te | 8 # own label, which differs from other labels created by other processes.
|
D | dexoptanalyzer.te | 12 # own label, which differs from other labels created by other processes.
|
/system/extras/simpleperf/scripts/ |
D | pprof_proto_generator.py | 191 self.labels = [] 333 sample.labels.append(Label( 339 sample.labels.append(Label( 343 sample.labels.append(Label( 346 sample.labels.append(Label( 572 for l in sample.labels:
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | iorap_prefetcherd.te | 46 # Note: Do not add any /vendor labels because they can be customized
|
/system/sepolicy/prebuilts/api/33.0/public/ |
D | iorap_prefetcherd.te | 47 # Note: Do not add any /vendor labels because they can be customized
|
12345