Searched refs:tcontext (Results 1 – 4 of 4) sorted by relevance
45 tcontext = {args.target} variable47 tcontext = set() variable58 tcontext=tcontext,
198 tcontext = set()200 tcontext |= self.ResolveTypeAttribute(tctx)201 kwargs['tcontext'] = tcontext
120 std::string tcontext; in populateDenialMap() local125 split_line >> scontext >> tcontext >> tclass >> bug_num; in populateDenialMap()126 denial_to_bug.emplace(scontext + tcontext + tclass, bug_num); in populateDenialMap()148 std::string tcontext = denialParse(string, ':', "tcontext=u:object_r:"); in auditParse() local153 if (tcontext.empty()) { in auditParse()154 tcontext = denialParse(string, ':', "tcontext=u:r:"); in auditParse()156 auto search = denial_to_bug.find(scontext + tcontext + tclass); in auditParse()
57 # scontext=u:r:atrace:s0 tcontext=u:r:traced_probes:s0 tclass=fd