Searched refs:dtcon (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
H A Dcil.c2223 void cil_devicetreecon_init(struct cil_devicetreecon **dtcon) argument
2225 *dtcon = cil_malloc(sizeof(**dtcon));
2227 (*dtcon)->path = NULL;
2228 (*dtcon)->context_str = NULL;
2229 (*dtcon)->context = NULL;

Completed in 115 milliseconds