Searched refs:env_path (Results 1 – 2 of 2) sorted by relevance
171 char *env_path = getenv(kPythonPathEnv.c_str()); in SetPythonPath() local172 if (env_path != nullptr) { in SetPythonPath()173 python_path = python_path + ":" + std::string(env_path); in SetPythonPath()
817 const char *env_path[][2] = { in _zed_event_add_env_restrict() local834 pa = path != NULL ? env_path : env_restrict; in _zed_event_add_env_restrict()