Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py158 compiler.set_runtime_library_dirs(self.rpath)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_ext.py335 self.compiler.set_runtime_library_dirs(self.rpath)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dccompiler.py343 def set_runtime_library_dirs(self, dirs): member in CCompiler