Searched refs:tarfile (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/export_tarball/
H A Dexport_tarball.py23 import tarfile namespace
85 class MyTarFile(tarfile.TarFile):
109 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
H A Dexport_v8_tarball.py22 import tarfile namespace
69 class MyTarFile(tarfile.TarFile):
88 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drietveld_patcher.py6 import tarfile namespace
107 tar = tarfile.open(fileobj=StringIO(tarball_result.content))
108 except tarfile.TarError as e:
121 except tarfile.TarError as e:
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnacl-mono-archive.py9 import tarfile namespace
52 tar_file = tarfile.open(options.tar_path, mode='w:bz2', dereference=True)
H A Dbuild_sdk.py741 def BuildStepTarBundle(pepper_ver, tarfile):
743 buildbot_common.MakeDir(os.path.dirname(tarfile))
744 buildbot_common.Run([sys.executable, CYGTAR, '-C', OUT_DIR, '-cjf', tarfile,
748 def GetManifestBundle(pepper_ver, chrome_revision, nacl_revision, tarfile,
750 with open(tarfile, 'rb') as tarfile_stream:
773 tarfile):
777 tarname = os.path.basename(tarfile)
778 tarfile_dir = os.path.dirname(tarfile)
785 tarfile, archive_url)
870 def BuildStepTarNaClPorts(pepper_ver, tarfile)
[all...]
H A Dnacl-mono-builder.py9 import tarfile namespace
69 tar_file = tarfile.open(os.path.join(MONO_BUILD_DIR, sdk_file))
/external/chromium_org/v8/test/benchmarks/
H A Dtestcfg.py32 import tarfile namespace
149 with tarfile.open(archive_file, "r:gz") as tar:
160 with tarfile.open(archive_file, "w:gz") as tar:
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py32 import tarfile namespace
142 with tarfile.open(archive_file, "r:gz") as tar:
158 with tarfile.open(archive_file, "w:gz") as tar:
/external/chromium_org/v8/test/promises-aplus/
H A Dtestcfg.py33 import tarfile namespace
118 archive = tarfile.open(archive, 'r:gz')
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py33 import tarfile namespace
114 archive = tarfile.open(archive_name, "r:gz")
/external/deqp/external/
H A Dfetch_sources.py6 import tarfile namespace
59 archive = tarfile.open(srcPath)
/external/chromium_org/native_client_sdk/src/build_tools/tests/
H A Dsdktools_test.py10 import tarfile namespace
172 tar_stream = tarfile.open(sdktools_tgz_path, 'r:gz')
H A Dsdktools_commands_test.py9 import tarfile namespace
51 # Build the tarfile directly into the server's directory.
53 tarstream = tarfile.open(tar_path, 'w:bz2')
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dcloud_storage.py14 import tarfile namespace
85 with tarfile.open(fileobj=cStringIO.StringIO(response.read())) as tar_file:
/external/chromium_org/v8/test/test262-es6/
H A Dtestcfg.py33 import tarfile namespace
153 archive = tarfile.open(archive_name, "r:gz")
/external/deqp/scripts/
H A Dmake_release.py12 import tarfile namespace
336 archive = tarfile.open(dstArchiveName, 'w:bz2')
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dsysroot-creator.sh351 dpkg --fsys-tarfile ${package}\

Completed in 409 milliseconds