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)
258 temp_artifact_dir = None
260 temp_artifact_dir = tempfile.mkdtemp()
264 temp_artifact_dir)
273 temp_artifact_dir, args.remote)
281 if temp_artifact_dir:
283 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))
284 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,
272 temp_artifact_dir = tempfile.mkdtemp()
273 os.chdir(temp_artifact_dir)
275 manifest_dest = os.path.join(temp_artifact_dir, utils.MANIFEST_FILE_NAME)
282 temp_artifact_dir, remote)
290 'Deleting temp_artifact_dir: {}'.format(temp_artifact_dir))
291 shutil.rmtree(temp_artifact_dir)