Searched refs:_TMP_DIR (Results 1 – 2 of 2) sorted by relevance
/tools/asuite/plugin_lib/ |
D | deployment_unittest.py | 35 _TMP_DIR = None variable in DeploymentUnittests 39 DeploymentUnittests._TMP_DIR = tempfile.mkdtemp() 41 DeploymentUnittests._TMP_DIR, '.config', 'asuite', 'aidegen') 48 shutil.rmtree(DeploymentUnittests._TMP_DIR)
|
/tools/asuite/aidegen/lib/ |
D | config_unittest.py | 35 _TMP_DIR = None variable in AidegenConfigUnittests 39 AidegenConfigUnittests._TMP_DIR = tempfile.mkdtemp() 41 AidegenConfigUnittests._TMP_DIR, '.config', 'asuite', 'aidegen') 54 shutil.rmtree(AidegenConfigUnittests._TMP_DIR) 248 temp_base = os.path.join(self._TMP_DIR, 'test') 252 test_bin_path = os.path.join(self._TMP_DIR, 'test', 'studio', 'bin') 255 test_sh_path = os.path.join(self._TMP_DIR, 'test', 'studio', 'bin', 264 test_lib_path = os.path.join(self._TMP_DIR, 'test', 'studio', 'lib')
|