Searched refs:to_shell_specific_paths (Results 1 – 1 of 1) sorted by relevance
247 def to_shell_specific_paths(paths_list): # type: (list[str]) -> list[str] function563 v_repl = to_shell_specific_paths([v_repl])[0]1210 self_restart_cmd = to_shell_specific_paths([self_restart_cmd])[0]1218 install_cmd = to_shell_specific_paths([IDF_TOOLS_INSTALL_CMD])[0]1253 idf_python_env_path = to_shell_specific_paths([idf_python_env_path])[0]1255 export_vars['IDF_PYTHON_ENV_PATH'] = to_shell_specific_paths([idf_python_env_path])[0]1260 idf_tools_dir = to_shell_specific_paths([idf_tools_dir])[0]1287 export_vars['PATH'] = path_sep.join(to_shell_specific_paths(paths_to_export) + [old_path])