Home
last modified time | relevance | path

Searched refs:archiver (Results 1 – 25 of 54) sorted by relevance

123

/external/dokka/runners/maven-plugin/src/main/kotlin/
DDokkaMojo.kt3 import org.apache.maven.archiver.MavenArchiveConfiguration
4 import org.apache.maven.archiver.MavenArchiver
10 import org.codehaus.plexus.archiver.Archiver
11 import org.codehaus.plexus.archiver.jar.JarArchiver
241 val archiver = MavenArchiver() in generateArchive() constant
242 archiver.setArchiver(jarArchiver) in generateArchive()
243 archiver.setOutputFile(javadocJar) in generateArchive()
244 archiver.archiver.addDirectory(File(outputDir), arrayOf("**/**"), arrayOf()) in generateArchive()
247 archiver.createArchive(session, project, archive) in generateArchive()
/external/autotest/site_utils/
Dbackup_mysql_db.py339 archiver = MySqlArchiver(
341 dump_file = archiver.dump()
343 archiver.upload_to_google_storage(dump_file)
344 archiver.cleanup()
/external/python/cpython2/Lib/distutils/
Dsysconfig.py208 archiver = ar + ' ' + os.environ['ARFLAGS']
210 archiver = ar + ' ' + ar_flags
220 archiver=archiver)
Dunixccompiler.py135 self.spawn(self.archiver +
/external/python/cpython3/Lib/distutils/
Dsysconfig.py229 archiver = ar + ' ' + os.environ['ARFLAGS']
231 archiver = ar + ' ' + ar_flags
241 archiver=archiver)
Dunixccompiler.py131 self.spawn(self.archiver +
/external/dokka/runners/maven-plugin/
Dbuild.gradle27 shadow "org.apache.maven:maven-archiver:$maven_archiver_version"
29 shadow "org.codehaus.plexus:plexus-archiver:$plexus_archiver_version"
/external/llvm-project/llvm/cmake/modules/
DUseLibtool.cmake39 # If DYLD_LIBRARY_PATH is set we need to set it on archiver commands
/external/llvm-project/compiler-rt/cmake/Modules/
DUseLibtool.cmake47 # If DYLD_LIBRARY_PATH is set we need to set it on archiver commands
/external/autotest/client/site_tests/platform_PrinterPpds/
Dplatform_PrinterPpds.py18 import archiver
209 self._archivers[doc_name] = archiver.Archiver(path_for_archiver,
/external/python/cpython2/Doc/library/
Dshutil.rst306 You can register new formats or provide your own archiver for any existing
314 Register an archiver for the format *name*. *function* is a callable that
315 will be used to invoke the archiver.
318 used as extra keywords arguments when the archiver callable is used.
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-ar.rst1 llvm-ar - LLVM archiver
235 archiver, as some allow paths as member names. This is the default behavior
292 sequence of commands to be executed by the archiver. The :option:`-M` option
/external/toybox/toys/posix/
Dtar.c803 *archiver = FLAG(I) ? TT.I : (FLAG(z) ? "gzip" : (FLAG(J) ? "xz":"bzip2")); in tar_main() local
876 (char *[]){archiver, "-d", 0}, pipefd); in tar_main()
946 xpopen_both((char *[]){archiver, 0}, pipefd); in tar_main()
/external/lzma/DOC/
Dinstaller.txt4 7-Zip is a file archiver for Windows NT/2000/2003/2008/XP/Vista/7/8/10.
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log16 archiver: 0.14.4
/external/ltp/doc/
Dbuild-system-guide.txt136 $(AR) : The library archiver.
/external/chromium-trace/catapult/third_party/polymer/components/polymer/
Dbuild.log45 archiver: 0.14.4
/external/python/cpython3/Doc/library/
Dshutil.rst615 You can register new formats or provide your own archiver for any existing
621 Register an archiver for the format *name*.
630 used as extra keywords arguments when the archiver callable is used.
/external/zstd/lib/
DREADME.md127 `-Wl,--gc-sections`, `-Wl,-z,norelro`, and an archiver that understands
/external/libcups/
DDEVELOPING.md473 - `AR`; the library archiver command,
474 - `ARFLAGS`; options for the library archiver command,
/external/expat/
Daclocal.m467 # Try to determine the archiver interface, and trigger the ar-lib wrapper
68 # if it is needed. If the detection of archiver interface fails, run
78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
/external/ImageMagick/
Daclocal.m467 # Try to determine the archiver interface, and trigger the ar-lib wrapper
68 # if it is needed. If the detection of archiver interface fails, run
78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
/external/google-breakpad/
Daclocal.m467 # Try to determine the archiver interface, and trigger the ar-lib wrapper
68 # if it is needed. If the detection of archiver interface fails, run
78 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
/external/llvm/docs/CommandGuide/
Dllvm-ar.rst1 llvm-ar - LLVM archiver
/external/libnetfilter_conntrack/
Daclocal.m4282 # Try to determine the archiver interface, and trigger the ar-lib wrapper
283 # if it is needed. If the detection of archiver interface fails, run
293 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],

123