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

  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 112 output_fullname = os.path.join(args[0], output_basename + '.tar.bz2')
113 if not os.path.exists(output_fullname):
114 archive = MyTarFile.open(output_fullname, 'w:bz2')
122 output_fullname = os.path.join(args[0], output_basename + '-lite.tar.bz2')
123 if not os.path.exists(output_fullname):
124 archive = MyTarFile.open(output_fullname, 'w:bz2')
export_tarball.py 145 output_fullname = args[0] + '.tar'
148 archive = MyTarFile.open(output_fullname, 'w')
160 if subprocess.call(['xz', '-9', output_fullname]) != 0:

Completed in 56 milliseconds