Home
last modified time | relevance | path

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

/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py193 self._install_dir = install_dir
373 self._install_dir,
387 with open(os.path.join(self._install_dir, 'config.json'), 'w') as outs:
398 install_dir = os.path.join(self._install_dir, 'cipd')
479 install_dir = os.path.join(self._install_dir, 'cargo')
/external/vulkan-validation-layers/build-android/
Dbuild.py34 _install_dir(src_file, dst_file)
41 def _install_dir(src_dir, dst_dir): function