Home
last modified time | relevance | path

Searched refs:fqn (Results 1 – 22 of 22) 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.c441 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()
1395 …str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->pre… in cil_userprefixes_to_string()
1407 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user->datum.fqn, in cil_userprefixes_to_string()
1472 if (strcmp(low->sens->datum.fqn, high->sens->datum.fqn)) { in cil_level_equals()
1508 str_len += strlen(lvl->sens->datum.fqn); in __cil_level_strlen()
1515 str1 = cat->datum.fqn; in __cil_level_strlen()
1520 str2 = cat->datum.fqn; in __cil_level_strlen()
1523 str_len += strlen(str1) + strlen(cat->datum.fqn) + 1; in __cil_level_strlen()
1525 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen()
1527 str_len += strlen(str1) + strlen(str2) + strlen(cat->datum.fqn) + 2; in __cil_level_strlen()
[all …]
Dcil_binary.c85 *sepol_user = hashtab_search(pdb->p_users.table, datum->fqn); in __cil_get_sepol_user_datum()
87 cil_log(CIL_INFO, "Failed to find user %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_user_datum()
96 *sepol_role = hashtab_search(pdb->p_roles.table, datum->fqn); in __cil_get_sepol_role_datum()
98 cil_log(CIL_INFO, "Failed to find role %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_role_datum()
107 *sepol_type = hashtab_search(pdb->p_types.table, datum->fqn); in __cil_get_sepol_type_datum()
109 cil_log(CIL_INFO, "Failed to find type %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_type_datum()
118 *sepol_class = hashtab_search(pdb->p_classes.table, datum->fqn); in __cil_get_sepol_class_datum()
120 cil_log(CIL_INFO, "Failed to find class %s in sepol hashtab\n", datum->fqn); in __cil_get_sepol_class_datum()
129 *sepol_cat = hashtab_search(pdb->p_cats.table, datum->fqn); in __cil_get_sepol_cat_datum()
131 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_post.c68 rc = strcmp(DATUM(i->data)->fqn, DATUM(j->data)->fqn); in cats_compare()
84 rc = strcmp(DATUM(a->sens)->fqn, DATUM(b->sens)->fqn); in level_compare()
116 rc = strcmp(DATUM(a->user)->fqn, DATUM(b->user)->fqn); in context_compare()
120 rc = strcmp(DATUM(a->role)->fqn, DATUM(b->role)->fqn); in context_compare()
124 rc = strcmp(DATUM(a->type)->fqn, DATUM(b->type)->fqn); in context_compare()
Dcil_resolve_ast.c915 cil_log(CIL_ERR, "Userrange must be a user: %s\n", user_datum->fqn); in cil_resolve_userrange()
966 cil_log(CIL_ERR, "Userprefix must be a user: %s\n", user_datum->fqn); in cil_resolve_userprefix()
993 cil_log(CIL_ERR, "Selinuxuser must be a user: %s\n", user_datum->fqn); in cil_resolve_selinuxuser()
1839 cil_log(CIL_ERR, "Context user must be a user: %s\n", user_datum->fqn); in cil_resolve_context()
1854 cil_log(CIL_ERR, "Context role not a role: %s\n", role_datum->fqn); in cil_resolve_context()
/external/tensorflow/tensorflow/python/autograph/core/
Dnaming.py39 def _as_symbol_name(self, fqn, style=_NamingStyle.SNAKE): argument
61 if isinstance(fqn, tuple):
62 cn = '.'.join(fqn)
64 cn = fqn
/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/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/body/
DTypeDeclarationTest.java58 void assertFQN(String fqn, Node node) { in assertFQN() argument
59 assertEquals(fqn, node.findAll(TypeDeclaration.class).stream() in assertFQN()
/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/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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javassistmodel/
DJavassistEnumDeclaration.java261 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument
262 if (fqn == null) { in solveSymbolForFQN()
266 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
DJavassistInterfaceDeclaration.java237 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument
238 if (fqn == null) { in solveSymbolForFQN()
242 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
DJavassistClassDeclaration.java155 …bolReference<? extends ResolvedValueDeclaration> solveSymbolForFQN(String symbolName, String fqn) { in solveSymbolForFQN() argument
156 if (fqn == null) { in solveSymbolForFQN()
160 ResolvedReferenceTypeDeclaration fqnTypeDeclaration = typeSolver.solveType(fqn); in solveSymbolForFQN()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DTypeDeclaration.java204 … (TypeDeclaration<?>) td).flatMap(td -> td.getFullyQualifiedName().map(fqn -> fqn + "." + getNameA… in getFullyQualifiedName()
/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()
/external/kotlinx.coroutines/
Dbuild.gradle205 // Redefine source sets because we are not using 'kotlin/main/fqn' folder convention