Home
last modified time | relevance | path

Searched refs:root_install_dir (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dupdate.py173 root_install_dir, argument
184 if not os.path.isdir(root_install_dir):
185 os.makedirs(root_install_dir)
188 env_vars.prepend('PATH', root_install_dir)
189 env_vars.set('PW_CIPD_INSTALL_DIR', root_install_dir)
204 root_install_dir,
210 root_install_dir,
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py415 root_install_dir=install_dir,