Searched refs:strip_dir (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | ccompiler.py | 401 strip_dir=0, 863 def object_filenames(self, source_filenames, strip_dir=0, output_dir=''): argument 874 if strip_dir: 880 def shared_object_filename(self, basename, strip_dir=0, output_dir=''): argument 882 if strip_dir: 886 def executable_filename(self, basename, strip_dir=0, output_dir=''): argument 888 if strip_dir: 893 strip_dir=0, output_dir=''): argument 902 if strip_dir:
|
D | emxccompiler.py | 184 strip_dir=0, argument 195 if strip_dir:
|
D | cygwinccompiler.py | 269 strip_dir=0, argument 280 if strip_dir:
|
D | bcppcompiler.py | 336 strip_dir=0, argument 347 if strip_dir:
|
D | msvccompiler.py | 318 strip_dir=0, argument 333 if strip_dir:
|
D | msvc9compiler.py | 439 strip_dir=0, argument 454 if strip_dir:
|