Home
last modified time | relevance | path

Searched refs:tarball_path (Results 1 – 12 of 12) sorted by relevance

/external/toolchain-utils/deprecated/cwp/interpreter/
Dsymbolizer.py75 tarball_path = os.path.join(tarball_dir, 'debug.tgz')
85 if not os.path.isfile(tarball_path):
86 download_cmd = GSUTIL_CMD % (board, vers, tarball_path + tmp_suffix)
93 os.remove(tarball_path + tmp_suffix)
96 shutil.move(tarball_path + tmp_suffix, tarball_path)
100 extract_cmd = TAR_CMD % (tarball_path, symbol_dir + tmp_suffix)
108 os.remove(tarball_path)
/external/autotest/utils/
Dpackager.py152 tarball_path = pkgmgr.tar_package(pkg_name, pkg_dir,
156 md5sum = pkgmgr.compute_checksum(tarball_path)
174 tarball_path = os.path.join(pkg_dir, pkg_name);
175 if os.path.exists(tarball_path):
177 tarball_path)
179 tarball_path = pkgmgr.tar_package(pkg_name, pkg_dir,
184 if not pkgmgr.compare_checksum(tarball_path):
185 pkgmgr.upload_pkg(tarball_path, update_checksum=True)
188 'in packages/ directory.', tarball_path)
224 tarball_path = os.path.join(pkg_dir, pkg_name);
[all …]
/external/jsoncpp/devtools/
Dtarball.py7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
32 tar = tarfile.TarFile.gzopen( tarball_path, 'w', compresslevel=compression )
44 def decompress( tarball_path, base_dir ): argument
49 tar = tarfile.TarFile.gzopen(tarball_path, mode='r')
/external/angle/third_party/jsoncpp/source/devtools/
Dtarball.py12 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
37 with closing(tarfile.TarFile.open(tarball_path, 'w:gz',
48 def decompress(tarball_path, base_dir): argument
51 with closing(tarfile.TarFile.open(tarball_path)) as tar:
/external/jsoncpp/
Ddoxybuild.py92 tarball_path = os.path.join( 'dist', html_output_dirname + '.tar.gz' )
126 print('Generating doc tarball to', tarball_path)
135 tarball.make_tarball( tarball_path, tarball_sources, tarball_basedir, html_output_dirname )
136 return tarball_path, html_output_dirname
/external/autotest/client/common_lib/
Dpackages.py828 tarball_path = os.path.join(dest_dir, pkg_name)
829 temp_path = tarball_path + '.tmp'
844 os.rename(temp_path, tarball_path)
845 return tarball_path
848 def untar_required(self, tarball_path, dest_dir): argument
862 new_checksum = self.compute_checksum(tarball_path)
866 def untar_pkg(self, tarball_path, dest_dir): argument
875 (tarball_path, dest_dir))
878 pkg_checksum = self.compute_checksum(tarball_path)
Dtest.py779 tarball_path = os.path.join(group_dir, tarball)
781 job.pkgmgr.fetch_pkg(tarball, tarball_path,
788 job.pkgmgr.untar_pkg(tarball_path, test_dir)
790 os.remove(tarball_path)
/external/angle/third_party/jsoncpp/source/
Ddoxybuild.py110 tarball_path = os.path.join('dist', html_output_dirname + '.tar.gz')
144 print('Generating doc tarball to', tarball_path)
153 tarball.make_tarball(tarball_path, tarball_sources, tarball_basedir, html_output_dirname)
154 return tarball_path, html_output_dirname
/external/autotest/server/cros/servo/
Dservo.py1204 def extract_ec_image(self, board, model, tarball_path): argument
1237 dest_dir = os.path.join(os.path.dirname(tarball_path), 'EC')
1238 ec_image = _extract_image_from_tarball(tarball_path, dest_dir,
1246 tarball_path)
1249 def extract_bios_image(self, board, model, tarball_path): argument
1265 dest_dir = os.path.join(os.path.dirname(tarball_path), 'BIOS')
1266 bios_image = _extract_image_from_tarball(tarball_path, dest_dir,
1274 tarball_path)
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py68 tarball_path = os.path.join(self.bindir,
70 utils.extract_tarball_to_dir(tarball_path, self.srcdir)
/external/autotest/server/
Dautotest.py1439 tarball_path = self.job.pkgmgr.tar_package(
1441 self.host.send_file(tarball_path, remote_dest)
/external/autotest/docs/
Dbest-practices.md433 utils.update_version(os.getcwd(), True, version, setup, tarball_path,