Searched refs:shellQuote (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 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')), [all …]
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 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')), [all …]
|