Lines Matching refs:name
26 #define LOCAL_NS_PREFERED 0x4 /* Use app's library when app's library has same name as system library. */
36 char name[NS_NAME_MAX + 1];
44 * @param char * namespace name.
51 * @brief Gets the current namespace handle, or verifies that the given name namespace exists.
52 * @param char * Namespace name.Gets the current caller namespace handle when name is null.
65 * @param char * the name of the so file you want to open.
124 * @param name namespace name.
125 * @param lib_path The lib path name that needs to be reset, it can be multiple, link with ":".
131 int dlns_set_namespace_lib_path(const char *name, const char *lib_path);
135 * @param name namespace name.
142 int dlns_set_namespace_separated(const char *name, const bool separated);
146 * @param name namespace name.
153 int dlns_set_namespace_permitted_paths(const char *name, const char *permitted_paths);
157 * @param name namespace name.
164 int dlns_set_namespace_allowed_libs(const char *name, const char *allowed_libs);