Home
last modified time | relevance | path

Searched refs:_PW_ACTUAL_ENVIRONMENT_ROOT (Results 1 – 6 of 6) sorted by relevance

/external/pigweed/
Dactivate.sh81 _PW_ACTUAL_ENVIRONMENT_ROOT="$(pw_get_env_root)"
82 export _PW_ACTUAL_ENVIRONMENT_ROOT
83 SETUP_SH="$_PW_ACTUAL_ENVIRONMENT_ROOT/activate.sh"
92 …--shell-file "$SETUP_SH" --install-dir "$_PW_ACTUAL_ENVIRONMENT_ROOT" --json-file "$_PW_ACTUAL_ENV…
Dbootstrap.sh81 _PW_ACTUAL_ENVIRONMENT_ROOT="$(pw_get_env_root)"
82 export _PW_ACTUAL_ENVIRONMENT_ROOT
83 SETUP_SH="$_PW_ACTUAL_ENVIRONMENT_ROOT/activate.sh"
92 …--shell-file "$SETUP_SH" --install-dir "$_PW_ACTUAL_ENVIRONMENT_ROOT" --json-file "$_PW_ACTUAL_ENV…
Dbootstrap.bat86 :: be installed. _PW_ACTUAL_ENVIRONMENT_ROOT is where Pigweed keeps that
93 set "_PW_ACTUAL_ENVIRONMENT_ROOT=%PW_ROOT%\environment"
95 set "_PW_ACTUAL_ENVIRONMENT_ROOT=%PW_ENVIRONMENT_ROOT%"
98 set "shell_file=%_PW_ACTUAL_ENVIRONMENT_ROOT%\activate.bat"
113 --install-dir "%_PW_ACTUAL_ENVIRONMENT_ROOT%" ^
/external/pigweed/pw_env_setup/
Dutil.sh164 _PW_DEACTIVATE_SH="$_PW_ACTUAL_ENVIRONMENT_ROOT/deactivate.sh"
Ddocs.rst88 _PW_ACTUAL_ENVIRONMENT_ROOT="$(pw_get_env_root)"
89 export _PW_ACTUAL_ENVIRONMENT_ROOT
90 SETUP_SH="$_PW_ACTUAL_ENVIRONMENT_ROOT/activate.sh"
/external/pigweed/pw_arduino_build/
Darduino.gni63 rebase_path(getenv("_PW_ACTUAL_ENVIRONMENT_ROOT") + "/cipd/pigweed/bin")