Searched defs:tarfile (Results 1 - 12 of 12) sorted by relevance

/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 Dnacl-mono-builder.py9 import tarfile namespace
70 tar_file = tarfile.open(os.path.join(MONO_BUILD_DIR, sdk_file))
/external/chromium_org/tools/export_tarball/
H A Dexport_tarball.py23 import tarfile namespace
89 class MyTarFile(tarfile.TarFile):
113 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
H A Dexport_v8_tarball.py22 import tarfile namespace
65 class MyTarFile(tarfile.TarFile):
71 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
/external/chromium_org/v8/test/benchmarks/
H A Dtestcfg.py32 import tarfile namespace
139 with tarfile.open(archive_file, "r:gz") as tar:
150 with tarfile.open(archive_file, "w:gz") as tar:
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Drietveld_patcher.py6 import tarfile namespace
55 tar = tarfile.open(fileobj=StringIO(tarball_result.content))
56 except tarfile.TarError as e:
72 except tarfile.TarError as e:
/external/chromium_org/v8/test/mozilla/
H A Dtestcfg.py32 import tarfile namespace
139 with tarfile.open(archive_file, "r:gz") as tar:
155 with tarfile.open(archive_file, "w:gz") as tar:
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dcloud_storage.py13 import tarfile namespace
33 with tarfile.open(fileobj=cStringIO.StringIO(response.read())) as tar_file:
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py32 import tarfile namespace
112 archive = tarfile.open(archive_name, "r:bz2")
/external/v8/test/test262/
H A Dtestcfg.py34 import tarfile namespace
119 archive = tarfile.open(archive_name, 'r:bz2')
/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')

Completed in 396 milliseconds