Lines Matching refs:env_paths
152 if (ns->env_paths) {
153 __libc_free(ns->env_paths);
154 ns->env_paths = NULL;
257 void ns_set_env_paths(ns_t *ns, const char *env_paths)
262 if (ns->env_paths) __libc_free(ns->env_paths);
263 if (env_paths) {
264 ns->env_paths = ld_strdup(env_paths);
265 strtrim(ns->env_paths);
267 ns->env_paths = NULL;
269 LD_LOGD("ns_set_env_paths ns[%{public}s] env_paths:%{public}s.", ns->ns_name, ns->env_paths);
493 if (ns->env_paths && (paths = strsplit(ns->env_paths, ":"))) {
499 LD_LOGD("is_accessible ns [%{public}s] lib_pathname [%{public}s] in env_paths, return true.",