HomeSort by relevance Sort by last modified time
    Searched refs:lib_type (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 248 shared_f = self.library_filename(lib, lib_type='shared')
249 dylib_f = self.library_filename(lib, lib_type='dylib')
250 static_f = self.library_filename(lib, lib_type='static')
ccompiler.py 675 self.library_filename(output_libname, lib_type='shared'),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 248 shared_f = self.library_filename(lib, lib_type='shared')
249 dylib_f = self.library_filename(lib, lib_type='dylib')
250 static_f = self.library_filename(lib, lib_type='static')
ccompiler.py 675 self.library_filename(output_libname, lib_type='shared'),
    [all...]

Completed in 248 milliseconds