OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archiveFile
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/BuildSlaveSupport/
built-product-archive
53
archiveFile
= os.path.join(buildDirectory, configuration + ".zip")
56
os.unlink(
archiveFile
)
64
return subprocess.call(["ditto", "-c", "-k", "--keepParent", "--sequesterRsrc", configurationBuildDirectory,
archiveFile
])
80
if subprocess.call(["zip", "-r",
archiveFile
, "bin"], cwd=thinDirectory):
104
if subprocess.call(["zip", "-y", "-r",
archiveFile
, "."], cwd=thinDirectory):
110
archiveFile
= os.path.join(buildDirectory, configuration + ".zip")
117
if subprocess.call(["ditto", "-x", "-k",
archiveFile
, buildDirectory]):
119
os.unlink(
archiveFile
)
134
if subprocess.call(["unzip", "-o",
archiveFile
], cwd=configurationBuildDirectory):
141
if subprocess.call(["unzip", "-o",
archiveFile
, "-d", configurationBuildDirectory], cwd=buildDirectory)
[
all
...]
test-result-archive
29
archiveFile
= os.path.join(sourceRootDirectory, "layout-test-results.zip")
58
os.unlink(
archiveFile
)
73
if subprocess.call(["ditto", "-c", "-k", "--sequesterRsrc", layoutTestResultsDir,
archiveFile
]):
76
if subprocess.call(["zip", "-r",
archiveFile
, "."], cwd=layoutTestResultsDir):
81
zipFilesRecursively(
archiveFile
, ["."])
100
def zipFilesRecursively(
archiveFile
, files):
104
archiveFile
: The resultant zip archive file name.
107
zipper = zipfile.ZipFile(
archiveFile
, 'w', zipfile.ZIP_DEFLATED)
119
print "Created zip archive: ",
archiveFile
/prebuilts/devtools/tools/lib/
sdklib.jar
jython-2.5.3.jar
/prebuilts/misc/common/jython/
jython.jar
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar
Completed in 293 milliseconds