HomeSort by relevance Sort by last modified time
    Searched refs:archiveFile (Results 1 - 9 of 9) 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
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/dialogs/
BackupDialog.java 77 private File archiveFile;
131 archiveFile = new File(archivePath);
257 if (verifyOverwrite && archiveFile.exists())
263 archiveFile));
271 archiveFile.delete();
277 if (!FileUtil.canWrite(archiveFile))
282 archiveFile));
301 if (archivePath.isEmpty() || !path.isValidPath(archiveFile.getCanonicalPath()))
315 if (archiveFile.exists() && (archiveFile.isDirectory()))
    [all...]
RestoreBackupDialog.java 75 private File archiveFile;
127 archiveFile = new File(pathText.getText());
272 if (archiveFile.exists())
280 zipFile = new ZipFile(archiveFile, ZipFile.OPEN_READ);
312 archiveFile));
354 if (!archiveFile.exists())
418 return archiveFile;
  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/command/
RestoreBackupHandler.java 73 File archiveFile = dialog.getArchiveFile();
77 restoreBackup(archiveFile, destinationFile, selectedKeyStores);
83 private void restoreBackup(File archiveFile, File destinationFile,
91 FileUtil.extractZipArchive(archiveFile, destinationFile,
98 FileUtil.extractZipArchive(archiveFile, destinationFile, selectedKeyStores,
110 archiveFile),
211 archiveFile));
BackupHandler.java 104 File archiveFile = dialog.getArchiveFile();
106 if (FileUtil.canWrite(archiveFile))
111 createZipArchive(archiveFile, selectedKeyStores);
125 archiveFile));
133 archiveFile));
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/archives/
ArchiveInstallerTest.java 83 File archiveFile,
86 // Claim the unzip works if the input archiveFile is one we know about
90 mDownloadMap.values().contains(archiveFile)) {
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 593 File archiveFile,
697 archiveFile,
    [all...]
  /prebuilts/misc/common/jython/
jython.jar 

Completed in 266 milliseconds