Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dunixccompiler.py187 self.library_filename(output_libname, output_dir=output_dir)
304 shared_f = self.library_filename(lib, lib_type='shared')
305 dylib_f = self.library_filename(lib, lib_type='dylib')
306 static_f = self.library_filename(lib, lib_type='static')
Dmsvccompiler.py448 self.library_filename (output_libname, output_dir=output_dir)
524 self.library_filename(dll_name))
556 return self.library_filename (lib)
568 libfile = os.path.join(dir, self.library_filename (name))
Dmsvc9compiler.py563 output_filename = self.library_filename(output_libname,
640 self.library_filename(dll_name))
723 return self.library_filename(lib)
735 libfile = os.path.join(dir, self.library_filename (name))
Dbcppcompiler.py155 self.library_filename (output_libname, output_dir=output_dir)
326 libfile = os.path.join(dir, self.library_filename(name))
Dccompiler.py725 self.library_filename(output_libname, lib_type='shared'),
892 def library_filename(self, libname, lib_type='static', # or 'shared' member in CCompiler
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dsetuptools_build_ext.py90 return self.shlib_compiler.library_filename(fn,libtype)
280 if self.library_filename("x").startswith('lib'):