Home
last modified time | relevance | path

Searched refs:dbase_exists (Results 1 – 17 of 17) sorted by relevance

/external/selinux/libsemanage/src/
Dports_policy.c27 return dbase_exists(handle, dconfig, key, response); in semanage_port_exists()
Dbooleans_policy.c27 return dbase_exists(handle, dconfig, key, response); in semanage_bool_exists()
Dfcontexts_policy.c27 return dbase_exists(handle, dconfig, key, response); in semanage_fcontext_exists()
Dnodes_policy.c27 return dbase_exists(handle, dconfig, key, response); in semanage_node_exists()
Dinterfaces_policy.c27 return dbase_exists(handle, dconfig, key, response); in semanage_iface_exists()
Dusers_policy.c29 return dbase_exists(handle, dconfig, key, response); in hidden_def()
Dseusers_policy.c31 return dbase_exists(handle, dconfig, key, response); in semanage_seuser_exists()
Dbooleans_active.c36 return dbase_exists(handle, dconfig, key, response); in semanage_bool_exists_active()
Dbooleans_local.c44 return dbase_exists(handle, dconfig, key, response); in semanage_bool_exists_local()
Dinterfaces_local.c44 return dbase_exists(handle, dconfig, key, response); in semanage_iface_exists_local()
Dnodes_local.c44 return dbase_exists(handle, dconfig, key, response); in semanage_node_exists_local()
Dusers_local.c83 return dbase_exists(handle, dconfig, key, response); in semanage_user_exists_local()
Dfcontexts_local.c50 return dbase_exists(handle, dconfig, key, response); in semanage_fcontext_exists_local()
Dports_local.c46 return dbase_exists(handle, dconfig, key, response); in semanage_port_exists_local()
Ddatabase.h202 extern int dbase_exists(struct semanage_handle *handle,
Ddatabase.c139 int dbase_exists(semanage_handle_t * handle, in dbase_exists() function
Dseusers_local.c200 return dbase_exists(handle, dconfig, key, response); in semanage_seuser_exists_local()