Searched defs:env_paths (Results 1 – 6 of 6) sorted by relevance
65 std::string env_paths = env_paths_ptr; in GetRealPaths() local
164 let env_paths = || env::var_os("PATH"); localVariable
39 char *env_paths; /* value of LD_LIBRARY_PATH. splited by ':'. */ member
257 void ns_set_env_paths(ns_t *ns, const char *env_paths) in ns_set_env_paths()