OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archiveFile
(Results
1 - 4
of
4
) sorted by null
/external/webkit/WebKitTools/BuildSlaveSupport/
built-product-archive
53
archiveFile
= os.path.join(buildDirectory, configuration + ".zip")
56
os.unlink(
archiveFile
)
63
return subprocess.call(["ditto", "-c", "-k", "--keepParent", "--sequesterRsrc", configurationBuildDirectory,
archiveFile
])
79
if subprocess.call(["zip", "-r",
archiveFile
, "bin"], cwd=thinDirectory):
87
archiveFile
= os.path.join(buildDirectory, configuration + ".zip")
95
if subprocess.call(["ditto", "-x", "-k",
archiveFile
, buildDirectory]):
97
os.unlink(
archiveFile
)
112
if subprocess.call(["unzip", "-o",
archiveFile
], cwd=buildDirectory):
test-result-archive
30
archiveFile
= os.path.join(sourceRootDirectory, "layout-test-results.zip")
52
os.unlink(
archiveFile
)
67
if subprocess.call(["ditto", "-c", "-k", "--sequesterRsrc", layoutTestResultsDir,
archiveFile
]):
70
if subprocess.call(["zip", "-r",
archiveFile
, "."], cwd=layoutTestResultsDir):
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java
381
File
archiveFile
= null;
406
archiveFile
= downloadFile(osSdkRoot, monitor, forceHttp);
407
if (
archiveFile
!= null) {
409
if (unarchive(osSdkRoot,
archiveFile
, sdkManager, monitor)) {
412
deleteFileOrFolder(
archiveFile
);
693
File
archiveFile
,
730
if (!unzipFolder(
archiveFile
, getSize(),
848
private boolean unzipFolder(File
archiveFile
,
859
zipFile = new ZipFile(
archiveFile
);
[
all
...]
/prebuilt/common/jython/
jython.jar
Completed in 174 milliseconds