Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py15 def runtime_library_dir_option(self, dir): member in FakeCompiler
Dtest_unixccompiler.py16 return self.runtime_library_dir_option('/foo')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py272 def runtime_library_dir_option(self, dir): member in UnixCCompiler
Dccompiler.py764 def runtime_library_dir_option(self, dir): member in CCompiler
1121 opt = compiler.runtime_library_dir_option(dir)
Dmsvccompiler.py551 def runtime_library_dir_option (self, dir): member in MSVCCompiler
Dmsvc9compiler.py718 def runtime_library_dir_option(self, dir): member in MSVCCompiler