Home
last modified time | relevance | path

Searched refs:fqn (Results 1 – 19 of 19) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_policy.c127 if (strcmp(attr->datum.fqn, "cil_gen_require") != 0) { in __cil_gather_statements_helper()
134 if (strcmp(attr->datum.fqn, "cil_gen_require") != 0) { in __cil_gather_statements_helper()
150 if (strcmp(role->datum.fqn, "object_r") != 0) { in __cil_gather_statements_helper()
191 fprintf(out, "%s %s;\n", kind, DATUM(i1->data)->fqn); in cil_simple_rules_to_policy()
209 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
216 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
223 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy()
229 fprintf(out, "%s%s", lead, DATUM(first)->fqn); in cil_cats_to_policy()
236 fprintf(out, "%s", DATUM(last)->fqn); in cil_cats_to_policy()
243 fprintf(out, "%s", DATUM(level->sens)->fqn); in cil_level_to_policy()
[all …]
Dcil_find.c310 if (t1->fqn != CIL_KEY_SELF && t2->fqn != CIL_KEY_SELF) { in cil_find_matching_avrule()
313 if (t1->fqn == CIL_KEY_SELF && t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
315 } else if (t1->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
323 } else if (t2->fqn == CIL_KEY_SELF) { in cil_find_matching_avrule()
Dcil.c273 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
1215 …str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->pre… in cil_userprefixes_to_string()
1227 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()
1292 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) { in cil_level_equals()
1328 str_len += strlen(lvl->sens->datum.fqn); in __cil_level_strlen()
1335 str1 = cat->datum.fqn; in __cil_level_strlen()
1340 str2 = cat->datum.fqn; in __cil_level_strlen()
1343 str_len += strlen(str1) + strlen(cat->datum.fqn) + 1; in __cil_level_strlen()
1345 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen()
1347 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen()
[all …]
Dcil_binary.c86 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn); in __cil_get_sepol_user_datum()
88 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
97 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum()
99 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
108 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum()
110 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
119 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum()
121 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
130 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum()
132 cil_log(CIL_INFO, "Failed to find category %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_cat_datum()
[all …]
Dcil_symtab.h41 char *fqn; member
Dcil_symtab.c65 datum->fqn = NULL; in cil_symtab_datum_init()
93 datum->fqn = key; in cil_symtab_insert()
Dcil_fqn.c65 datum->fqn = cil_strpool_add(prefix); in __cil_fqn_qualify_decls()
Dcil_resolve_ast.c921 cil_log(CIL_ERR, "Userrange must be a user: %s\n", user_datum->fqn); in cil_resolve_userrange()
972 cil_log(CIL_ERR, "Userprefix must be a user: %s\n", user_datum->fqn); in cil_resolve_userprefix()
999 cil_log(CIL_ERR, "Selinuxuser must be a user: %s\n", user_datum->fqn); in cil_resolve_selinuxuser()
1842 cil_log(CIL_ERR, "Context user must be a user: %s\n", user_datum->fqn); in cil_resolve_context()
1857 cil_log(CIL_ERR, "Context role not a role: %s\n", role_datum->fqn); in cil_resolve_context()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
DRenamePackage.java46 String fqn = packageDeclaration.getName().getFullyQualifiedName(); in process() local
47 if (!fqn.startsWith(toMatch)) { in process()
50 String newFqn = replacement + fqn.substring(toMatch.length()); in process()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/output/
DBasicOutputSourceFileGenerator.java38 String fqn = PackageMatcher.getPackageName(cu); in generate() local
39 String packageSubDir = fqn.replace(".", File.separator); in generate()
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py68 fqn = os.path.join(s, fname)
69 if os.path.isdir(fqn) and fname.startswith("openssl-"):
70 candidates.append(fqn)
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Drun_tests28 fqn = dirpath.replace(
33 module = __import__(fqn,fromlist=[True])
35 print "While importing [%s]\n" % fqn
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py72 fqn = os.path.join(s, fname)
73 if os.path.isdir(fqn) and fname.startswith("openssl-"):
74 candidates.append(fqn)
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py77 fqn = os.path.join(s, fname)
78 if os.path.isdir(fqn) and fname.startswith("openssl-"):
79 candidates.append(fqn)
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitter.h61 std::string fqn; variable
DSplitter.cpp286 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." + in runOnMachineFunction()
338 fqn.clear(); in releaseMemory()
805 dbgs() << fqn << " reg" << li.reg << " " << li.weight << " BB#" in processInterval()
DRenderMachineFunction.h243 std::string fqn; variable
DRenderMachineFunction.cpp889 << s(4) << "<title>" << fqn << "</title>\n"; in renderFunctionPage()
931 fqn = mf->getFunction()->getParent()->getModuleIdentifier() + "." + in runOnMachineFunction()
/external/testng/src/main/java/org/testng/internal/
DUtils.java667 public static String detailedMethodName(ITestNGMethod method, boolean fqn) { in detailedMethodName() argument
700 return buf.append(fqn ? method.toString() : method.getMethodName()).toString(); in detailedMethodName()