OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archiveFile
(Results
1 - 5
of
5
) 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
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ArchiveInstaller.java
97
File
archiveFile
= null;
125
archiveFile
= downloadFile(newArchive, osSdkRoot, monitor, forceHttp);
126
if (
archiveFile
!= null) {
128
if (unarchive(archiveInfo, osSdkRoot,
archiveFile
, sdkManager, monitor)) {
131
mFileOp.deleteFileOrFolder(
archiveFile
);
427
File
archiveFile
,
537
if (!unzipFolder(
archiveFile
, newArchive.getSize(), destFolder, pkgName, monitor)) {
635
protected boolean unzipFolder(File
archiveFile
,
643
zipFile = new ZipFile(
archiveFile
);
[
all
...]
/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
ArchiveInstallerTest.java
72
File
archiveFile
,
77
// Claim the unzip works if the input
archiveFile
is one we know about
81
mDownloadMap.values().contains(
archiveFile
)) {
/prebuilt/common/jython/
jython.jar
Completed in 99 milliseconds