HomeSort by relevance Sort by last modified time
    Searched refs:arcname (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/tools/export_tarball/
export_tarball.py 89 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
109 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
154 arcname=os.path.join(output_basename, directory))
156 archive.add(GetSourceDirectory(), arcname=output_basename)
export_v8_tarball.py 73 def add(self, name, arcname=None, recursive=True, exclude=None, filter=None):
88 tarfile.TarFile.add(self, name, arcname=arcname, recursive=recursive)
117 archive.add(v8_directory, arcname=output_basename)
127 archive.add(v8_directory, arcname=output_basename)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py     [all...]
tarfile.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 186 arcname = self.make_archive(archive_basename, "zip",
189 self.create_exe(arcname, fullname, self.bitmap)
197 log.debug("removing temporary file '%s'", arcname)
198 os.remove(arcname)
254 def create_exe (self, arcname, fullname, bitmap=None):
305 file.write(open(arcname, "rb").read())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_wininst.py 186 arcname = self.make_archive(archive_basename, "zip",
189 self.create_exe(arcname, fullname, self.bitmap)
197 log.debug("removing temporary file '%s'", arcname)
198 os.remove(arcname)
254 def create_exe (self, arcname, fullname, bitmap=None):
305 file.write(open(arcname, "rb").read())
  /external/chromium_org/native_client_sdk/src/build_tools/
nacl-mono-archive.py 55 arcname=subfolder)
  /external/chromium_org/third_party/cython/src/Cython/
Utils.py 158 arcname = normpath[len(archive_path)+1:]
160 loader.get_data(arcname)
325 arcname = nrmpath[len(loader.archive)+1:]
326 data = loader.get_data(arcname)
  /external/zlib/src/contrib/untgz/
untgz.c 132 char *TGZfname (const char *arcname)
137 strcpy(buffer,arcname);
152 void TGZnotfound (const char *arcname)
159 arcname,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 364 """Check that calling ZipFile.write without arcname specified
494 for arcname, fixedname in hacknames:
495 content = b'foobar' + arcname.encode()
499 zinfo.filename = arcname
503 arcname = arcname.replace(os.sep, "/")
508 writtenfile = zipfp.extract(arcname, targetpath)
510 msg="extract %r" % arcname)
522 writtenfile = zipfp.extract(arcname)
524 msg="extract %r" % arcname)
    [all...]
test_tarfile.py 762 tar.add(tempdir, arcname="empty_dir", exclude=exclude)
787 tar.add(tempdir, arcname="empty_dir", filter=filter)
813 tar.add(foo, arcname=path)
882 tar.add(source_file, arcname=os.path.basename(source_file))
883 tar.add(target_file, arcname=os.path.basename(target_file))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipfile.py 364 """Check that calling ZipFile.write without arcname specified
494 for arcname, fixedname in hacknames:
495 content = b'foobar' + arcname.encode()
499 zinfo.filename = arcname
503 arcname = arcname.replace(os.sep, "/")
508 writtenfile = zipfp.extract(arcname, targetpath)
510 msg="extract %r" % arcname)
522 writtenfile = zipfp.extract(arcname)
524 msg="extract %r" % arcname)
    [all...]
test_tarfile.py 762 tar.add(tempdir, arcname="empty_dir", exclude=exclude)
787 tar.add(tempdir, arcname="empty_dir", filter=filter)
813 tar.add(foo, arcname=path)
882 tar.add(source_file, arcname=os.path.basename(source_file))
883 tar.add(target_file, arcname=os.path.basename(target_file))
    [all...]
  /external/deqp/scripts/
make_release.py 337 archive.add(dstBasePath, arcname=releaseName)

Completed in 297 milliseconds