Searched refs:archive_file (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/benchmarks/
H A Dtestcfg.py147 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/v8/test/mozilla/
H A Dtestcfg.py140 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/source/Symbol/
H A DObjectFile.cpp48 FileSpec archive_file; local
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
92 file_size = archive_file.GetByteSize();
95 file = &archive_file;
96 module_sp->SetFileSpecAndObjectName (archive_file, archive_object);
114 data_sp = archive_file.ReadFileContents(file_offset, 512);
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist) argument
583 archive_file.SetFile (path.c_str(), false);
585 if (must_exist && !archive_file.Exists())
/external/lldb/scripts/
H A Dbuild-llvm.pl363 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/include/lldb/Symbol/
H A DObjectFile.h206 /// @param[out] archive_file
216 /// and \a archive_file and \a archive_object are modified,
217 /// \b false otherwise and \a archive_file and \a archive_object
222 lldb_private::FileSpec &archive_file,
/external/skia/tools/skp/
H A Dwebpages_playback.py224 for archive_file in glob.glob(
226 os.remove(archive_file)
/external/elfutils/src/src/
H A Dld.h120 struct usedfiles *archive_file; member in struct:usedfiles
H A Dldgeneric.c132 if (fileinfo->archive_file != NULL)
134 npar = print_file_name (s, fileinfo->archive_file, 0, 0) + 1;
1838 newp->archive_file = fileinfo;
1939 newp->archive_file = fileinfo;

Completed in 241 milliseconds