Searched refs:archiveName (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Mac/BuildScript/ |
H A D | build-installer.py | 710 def extractArchive(builddir, archiveName): 725 if archiveName.endswith('.tar.gz'): 726 retval = os.path.basename(archiveName[:-7]) 736 fp = os.popen("tar zxf %s 2>&1"%(shellQuote(archiveName),), 'r') 738 elif archiveName.endswith('.tar.bz2'): 739 retval = os.path.basename(archiveName[:-8]) 742 fp = os.popen("tar jxf %s 2>&1"%(shellQuote(archiveName),), 'r') 744 elif archiveName.endswith('.tar'): 745 retval = os.path.basename(archiveName[:-4]) 748 fp = os.popen("tar xf %s 2>&1"%(shellQuote(archiveName),), ' [all...] |
/third_party/lzma/CPP/7zip/UI/Client7z/ |
H A D | Client7z.cpp | 898 const FString &archiveName = params[0];
in main() local 932 if (!outFileStreamSpec->Create(archiveName, false))
in main() 1030 if (!fileSpec->Open(archiveName))
in main() 1032 PrintError("Cannot open archive file", archiveName);
in main() 1045 PrintError("Cannot open file as archive", archiveName);
in main()
|
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/ |
H A D | SfxSetup.cpp | 149 UString archiveName, switches;
in WinMain() local 153 NCommandLineParser::SplitCommandLine(GetCommandLineW(), archiveName, switches);
in WinMain() local
|
Completed in 4 milliseconds