Home
last modified time | relevance | path

Searched refs:shellQuote (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/BuildScript/
Dbuild-installer.py57 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')),
[all …]