• Home
  • Raw
  • Download

Lines Matching refs:shellQuote

57 def shellQuote(value):  function
243 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
244 …"TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersio…
263 "DESTDIR": shellQuote(os.path.join(WORKDIR, 'libraries')),
264 …"TCL_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tcl8.5'%(getVersio…
265 …"TK_LIBRARY": shellQuote('/Library/Frameworks/Python.framework/Versions/%s/lib/tk8.5'%(getVersion(…
312 shellQuote(os.path.join(WORKDIR, 'libraries')),
313 shellQuote(os.path.join(WORKDIR, 'libraries')),
347 shellQuote(os.path.join(WORKDIR, 'libraries')),
359 shellQuote(os.path.join(WORKDIR, 'libraries')),
749 fp = os.popen("tar zxf %s 2>&1"%(shellQuote(archiveName),), 'r')
755 fp = os.popen("tar jxf %s 2>&1"%(shellQuote(archiveName),), 'r')
761 fp = os.popen("tar xf %s 2>&1"%(shellQuote(archiveName),), 'r')
767 fp = os.popen("unzip %s 2>&1"%(shellQuote(archiveName),), 'r')
814 % (shellQuote(fname), checksum) ):
851 "--install_prefix=%s"%shellQuote(archbase),
918 " ".join(shellQuote(
957 shellQuote(basedir)))
983 shellQuote(fn),))
994 runCommand('bunzip2 -fk %s' % shellQuote(fn))
996 runCommand('sh %s' % shellQuote(fn))
1025 shellQuote(SDKPATH)[1:-1],
1026 shellQuote(basedir)[1:-1],),
1029 shellQuote(SDKPATH)[1:-1],
1030 shellQuote(basedir)[1:-1],
1040 shellQuote(SDKPATH)[1:-1],
1041 shellQuote(basedir)[1:-1],),
1048 configure_args = [ shellQuote(a) for a in configure_args ]
1138 shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH),
1142 shellQuote(WORKDIR)[1:-1],
1143 shellQuote(WORKDIR)[1:-1]))
1154 shellQuote(rootDir)))
1158 shellQuote(rootDir)))
1164 shellQuote(os.path.join(
1168 shellQuote(os.path.join(WORKDIR, '_root', 'Library', 'Frameworks',
1201 data = captureCommand("otool -L %s" % shellQuote(p))
1382 … runCommand("pax -wf %s . 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1383 … runCommand("gzip -9 %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.pax')),))
1384 … runCommand("mkbom . %s 2>&1"%(shellQuote(os.path.join(packageContents, 'Archive.bom')),))
1512 shellQuote(os.path.join(WORKDIR, '_root'))))
1534 shellQuote(volname),
1535 shellQuote(os.path.join(WORKDIR, 'installer')),
1536 shellQuote(imagepath + ".tmp.dmg" )))
1542 shellQuote(imagepath + ".tmp.dmg"), shellQuote(os.path.join(WORKDIR, "mnt"))))
1548 shellQuote(os.path.join(WORKDIR, "mnt", volname)),))
1550 runCommand("hdiutil detach %s"%(shellQuote(os.path.join(WORKDIR, "mnt", volname))))
1554 shellQuote(imagepath + ".tmp.dmg"), shellQuote(imagepath)))
1576 shellQuote(toolPath), shellQuote(dirPath)))
1578 runCommand("%s %s %s"%(shellQuote(os.path.abspath(toolPath)), shellQuote(icnsPath),
1579 shellQuote(filePath)))