Home
last modified time | relevance | path

Searched defs:str_expr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dcil_deny.c809 …ttribute_and_set(struct cil_db *db, struct cil_tree_node *prev, struct cil_list *str_expr, struct … in cil_create_and_insert_attribute_and_set()
916 struct cil_list *str_expr; in cil_create_attribute_all_and_not_d() local
972 struct cil_list *str_expr; in cil_create_attribute_d1_and_not_d2() local
1032 struct cil_list *str_expr; in cil_create_attribute_d1_and_d2() local
H A Dcil_internal.h480 struct cil_list *str_expr; member
535 struct cil_list *str_expr; member
568 struct cil_list *str_expr; member
706 struct cil_list *str_expr; member
884 struct cil_list *str_expr; member
891 struct cil_list *str_expr; member
930 struct cil_list *str_expr; member
936 struct cil_list *str_expr; member
H A Dcil_resolve_ast.c3152 int cil_resolve_expr(enum cil_flavor expr_type, struct cil_list *str_expr, struct cil_list **datum_… in cil_resolve_expr()
/aosp_15_r20/external/webrtc/rtc_base/
H A Dgunit.cc32 ::testing::AssertionResult AssertStringContains(const char* str_expr, in AssertStringContains()