Home
last modified time | relevance | path

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

/development/vndk/snapshot/
Dupdate.py59 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)
265 temp_artifact_dir = None
267 temp_artifact_dir = tempfile.mkdtemp()
271 temp_artifact_dir)
282 temp_artifact_dir, args.remote)
290 if temp_artifact_dir:
292 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))
293 shutil.rmtree(temp_artifact_dir)
Dcheck_gpl_license.py39 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)