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
121 std::string tcontext; in populateDenialMap() local126 split_line >> scontext >> tcontext >> tclass >> bug_num; in populateDenialMap()127 denial_to_bug.emplace(scontext + tcontext + tclass, bug_num); in populateDenialMap()153 std::string tcontext = denialParse(string, ':', "tcontext=u:object_r:"); in auditParse() local158 if (tcontext.empty()) { in auditParse()159 tcontext = denialParse(string, ':', "tcontext=u:r:"); in auditParse()161 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