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

  /external/chromium_org/v8/test/benchmarks/
testcfg.py 147 archive_file = "downloaded_%s_%s.tar.gz" % (target_dir, revision)
148 if os.path.exists(archive_file):
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/
testcfg.py 137 archive_file = "downloaded_%s.tar.gz" % MOZILLA_VERSION
138 if os.path.exists(archive_file):
139 with tarfile.open(archive_file, "r:gz") as tar:
155 with tarfile.open(archive_file, "w:gz") as tar:
  /external/chromium_org/chrome/tools/build/win/
create_installer_archive.py 197 archive_file = os.path.join(options.output_dir,
202 archive_file,
207 if not os.path.exists(archive_file):
210 os.remove(archive_file)
219 return os.path.basename(archive_file)
230 GenerateDiffPatch(options, prev_archive_file, archive_file, patch_file)
237 orig_file = archive_file
289 %(archive_file)s B7
295 output_dir, setup_format, archive_file, setup_file, resource_file_path):
313 'archive_file': archive_file
    [all...]
  /external/elfutils/src/
ld.h 128 struct usedfiles *archive_file; member in struct:usedfiles
    [all...]
ldgeneric.c 140 if (fileinfo->archive_file != NULL)
142 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1;
    [all...]

Completed in 199 milliseconds