Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_ccompiler.py18 def find_library_file(self, dirs, lib, debug=0): member in FakeCompiler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dbcppcompiler.py270 libfile = self.find_library_file(library_dirs, lib, debug)
308 def find_library_file (self, dirs, lib, debug=0): member in BCPPCompiler
Demxccompiler.py210 def find_library_file(self, dirs, lib, debug=0): member in EMXCCompiler
Dunixccompiler.py303 def find_library_file(self, dirs, lib, debug=0): member in UnixCCompiler
Dccompiler.py820 def find_library_file (self, dirs, lib, debug=0): member in CCompiler
1136 lib_file = compiler.find_library_file([lib_dir], lib_name)
Dmsvccompiler.py559 def find_library_file (self, dirs, lib, debug=0): member in MSVCCompiler
Dmsvc9compiler.py726 def find_library_file(self, dirs, lib, debug=0): member in MSVCCompiler