Searched refs:temp_artifact_dir (Results 1 – 2 of 2) sorted by relevance
/development/vndk/snapshot/ |
D | update.py | 59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument 76 artifact_dir = temp_artifact_dir 77 os.chdir(temp_artifact_dir) 255 temp_artifact_dir = None 257 temp_artifact_dir = tempfile.mkdtemp() 261 temp_artifact_dir) 270 temp_artifact_dir, args.remote) 278 if temp_artifact_dir: 280 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir)) 281 shutil.rmtree(temp_artifact_dir)
|
D | check_gpl_license.py | 39 def __init__(self, install_dir, android_build_top, temp_artifact_dir, argument 56 self._manifest_file = os.path.join(temp_artifact_dir, 298 temp_artifact_dir = tempfile.mkdtemp() 299 os.chdir(temp_artifact_dir) 301 manifest_dest = os.path.join(temp_artifact_dir, utils.MANIFEST_FILE_NAME) 308 temp_artifact_dir, remote) 316 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir)) 317 shutil.rmtree(temp_artifact_dir)
|