Home
last modified time | relevance | path

Searched refs:vdc (Results 1 – 4 of 4) sorted by relevance

/external/sepolicy/
Dvdc.te1 # vdc spawned from init for the following services:
8 type vdc, domain;
11 init_daemon_domain(vdc)
13 unix_socket_connect(vdc, vold, vold)
15 # vdc sends information back to dumpstate when "adb bugreport" is used
16 allow vdc dumpstate:fd use;
17 allow vdc dumpstate:unix_stream_socket { read write getattr };
19 # vdc information is written to shell owned bugreport files
20 allow vdc shell_data_file:file { write getattr };
23 allow vdc dumpstate:unix_dgram_socket { read write };
Ddumpstate.te52 # Execute and transition to the vdc domain
53 domain_auto_trans(dumpstate, vdc_exec, vdc)
Dfile_contexts161 /system/bin/vdc u:object_r:vdc_exec:s0
/external/clang/test/CXX/drs/
Ddr0xx.cpp84 class VeryDerivedC : public B, virtual public A {} vdc; variable