HomeSort by relevance Sort by last modified time
    Searched full:archivefile (Results 1 - 7 of 7) 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
  /external/llvm/lib/Archive/
ArchiveWriter.cpp 374 std::ofstream ArchiveFile(TmpArchive.c_str(), io_mode);
377 if (!ArchiveFile.is_open() || ArchiveFile.bad()) {
391 ArchiveFile << ARFILE_MAGIC;
396 if (writeMember(*I, ArchiveFile, CreateSymbolTable,
399 ArchiveFile.close();
405 ArchiveFile.close();
  /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)) {
  /ndk/sources/host-tools/make-3.81/doc/
make.info-2     [all...]
  /prebuilt/common/jython/
jython.jar 

Completed in 287 milliseconds