HomeSort by relevance Sort by last modified time
    Searched full:source_ctx (Results 1 - 1 of 1) sorted by null

  /system/core/init/
property_service.c 368 char * source_ctx = NULL; local
400 getpeercon(s, &source_ctx);
406 if (check_control_perms(msg.value, cr.uid, cr.gid, source_ctx)) {
413 if (check_perms(msg.name, cr.uid, cr.gid, source_ctx)) {
425 freecon(source_ctx);

Completed in 68 milliseconds