Home
last modified time | relevance | path

Searched refs:archivePath (Results 1 – 9 of 9) sorted by relevance

/external/opencensus-java/contrib/agent/
Dbuild.gradle86 ant.jar(update: 'true', destfile: shadowJar.archivePath) {
88 fileset(file: bootstrapJar.archivePath)
94 new java.util.zip.ZipFile(shadowJar.archivePath).withCloseable {
203 jvmArgs "-javaagent:${shadowJar.archivePath}" // Our agent second.
240 from shadowJar.archivePath
/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp519 CArchivePath &archivePath, in Compress() argument
769 if (!GetOnlyDirPrefix(us2fs(archivePath.GetFinalPath()), dirPrefix)) in Compress()
795 if (archivePath.Temp) in Compress()
799 archivePath.TempPostfix.Empty(); in Compress()
800 archivePath.TempPostfix.Add_UInt32(i); in Compress()
802 realPath = archivePath.GetTempPath(); in Compress()
805 realPath = us2fs(archivePath.GetFinalPath()); in Compress()
814 if (!archivePath.Temp) in Compress()
833 volStreamSpec->Prefix = us2fs(archivePath.GetFinalVolPath()); in Compress()
863 FString realPath = us2fs(archivePath.GetFinalPath()); in Compress()
DArchiveCommandLine.cpp716 UString archivePath = postString.Ptr(1); in ParseUpdateCommandString() local
717 if (archivePath.IsEmpty()) in ParseUpdateCommandString()
719 uc.UserArchivePath = archivePath; in ParseUpdateCommandString()
/external/smali/baksmali/
Dbuild.gradle67 … ant.symlink(link: file("${destinationDir}/baksmali.jar"), resource: archivePath, overwrite: true)
87 injars fatJar.archivePath
/external/smali/smali/
Dbuild.gradle103 … ant.symlink(link: file("${destinationDir}/smali.jar"), resource: archivePath, overwrite: true)
136 injars fatJar.archivePath
/external/conscrypt/benchmark-android/
Dbuild.gradle147 zipTree(depsJar.archivePath).matching {
183 args '--classpath', depsJar.archivePath
/external/jdiff/
Dbuild.gradle73 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
/external/doclava/
Dbuild.gradle118 logger.lifecycle "Compressed maven artifacts to ${archivePath}"
/external/grpc-grpc-java/
Dbuild.gradle476 newClasspath = files(jar.archivePath)