Lines Matching refs:shellQuote
57 def shellQuote(value): function
272 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
273 …"TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersio…
292 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
293 …"TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersio…
294 …"TK_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.5'%(getVersion(…
341 shellQuote(os.path.join(WORKDIR, 'libraries')),
342 shellQuote(os.path.join(WORKDIR, 'libraries')),
375 shellQuote(os.path.join(WORKDIR, 'libraries')),
387 shellQuote(os.path.join(WORKDIR, 'libraries')),
775 fp = os.popen("tar zxf %s 2>&1"%(shellQuote(archiveName),), 'r')
781 fp = os.popen("tar jxf %s 2>&1"%(shellQuote(archiveName),), 'r')
787 fp = os.popen("tar xf %s 2>&1"%(shellQuote(archiveName),), 'r')
793 fp = os.popen("unzip %s 2>&1"%(shellQuote(archiveName),), 'r')
840 % (shellQuote(fname), checksum) ):
877 "--install_prefix=%s"%shellQuote(archbase),
944 " ".join(shellQuote(
983 shellQuote(basedir)))
1009 shellQuote(fn),))
1020 runCommand('bunzip2 -fk %s' % shellQuote(fn))
1022 runCommand('sh %s' % shellQuote(fn))
1051 shellQuote(SDKPATH)[1:-1],
1052 shellQuote(basedir)[1:-1],),
1055 shellQuote(SDKPATH)[1:-1],
1056 shellQuote(basedir)[1:-1],
1066 shellQuote(SDKPATH)[1:-1],
1067 shellQuote(basedir)[1:-1],),
1074 configure_args = [ shellQuote(a) for a in configure_args ]
1164 shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH),
1168 shellQuote(WORKDIR)[1:-1],
1169 shellQuote(WORKDIR)[1:-1]))
1179 shellQuote(rootDir)))
1183 shellQuote(rootDir)))
1189 shellQuote(os.path.join(
1193 shellQuote(os.path.join(WORKDIR, '_root', 'Library', 'Frameworks',
1224 data = captureCommand("otool -L %s" % shellQuote(p))
1400 … runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1401 … runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1402 … runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1530 shellQuote(os.path.join(WORKDIR, '_root'))))
1552 shellQuote(volname),
1553 shellQuote(os.path.join(WORKDIR, 'installer')),
1554 shellQuote(imagepath + ".tmp.dmg" )))
1560 shellQuote(imagepath + ".tmp.dmg"), shellQuote(os.path.join(WORKDIR, "mnt"))))
1566 shellQuote(os.path.join(WORKDIR, "mnt", volname)),))
1568 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1572 shellQuote(imagepath + ".tmp.dmg"), shellQuote(imagepath)))
1594 shellQuote(toolPath), shellQuote(dirPath)))
1596 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),
1597 shellQuote(filePath)))