Searched refs:archive_file (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/tools/build/win/ |
D | create_installer_archive.py | 195 archive_file = os.path.join(options.output_dir, 200 archive_file, 205 if not os.path.exists(archive_file): 208 os.remove(archive_file) 217 return os.path.basename(archive_file) 228 GenerateDiffPatch(options, prev_archive_file, archive_file, patch_file) 235 orig_file = archive_file 293 output_dir, setup_format, archive_file, setup_file, resource_file_path): argument 311 'archive_file': archive_file, 313 os.path.join(output_dir, archive_file).replace("\\","/"), [all …]
|
/external/chromium_org/v8/test/benchmarks/ |
D | 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/ |
D | testcfg.py | 140 archive_file = "downloaded_%s.tar.gz" % MOZILLA_VERSION 141 if os.path.exists(archive_file): 142 with tarfile.open(archive_file, "r:gz") as tar: 158 with tarfile.open(archive_file, "w:gz") as tar:
|
/external/lldb/scripts/ |
D | build-llvm.pl | 363 … my ($archive_file, $archive_dir, $archive_ext) = fileparse($archive_fullpath, ('.a')); 364 $object_dir = "$tmp_dir/$archive_file"; 367 … do_command ("cd '$tmp_dir'; mkdir '$archive_file'; cd '$archive_file'; ar -x $archive_fullpath"); 373 my $new_object = "$object_dir/${archive_file}-$o_file";
|
/external/lldb/source/Symbol/ |
D | ObjectFile.cpp | 48 FileSpec archive_file; in FindPlugin() local 90 …if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_e… in FindPlugin() 92 file_size = archive_file.GetByteSize(); in FindPlugin() 95 file = &archive_file; in FindPlugin() 96 module_sp->SetFileSpecAndObjectName (archive_file, archive_object); in FindPlugin() 114 data_sp = archive_file.ReadFileContents(file_offset, 512); in FindPlugin() 572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, Const… in SplitArchivePathWithObject() argument 583 archive_file.SetFile (path.c_str(), false); in SplitArchivePathWithObject() 585 if (must_exist && !archive_file.Exists()) in SplitArchivePathWithObject()
|
/external/lldb/include/lldb/Symbol/ |
D | ObjectFile.h | 222 lldb_private::FileSpec &archive_file,
|
/external/elfutils/0.153/src/ |
D | ld.h | 128 struct usedfiles *archive_file; member
|
D | ldgeneric.c | 140 if (fileinfo->archive_file != NULL) in print_file_name() 142 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1; in print_file_name() 1846 newp->archive_file = fileinfo; in add_whole_archive() 1947 newp->archive_file = fileinfo; in extract_from_archive()
|