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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
227 compiler.shared_lib_extension = so_ext
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py 185 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
227 compiler.shared_lib_extension = so_ext
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 679 so_ext = get_config_var('SO')
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ext
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 679 so_ext = get_config_var('SO')
681 return os.path.join(*ext_path) + '_d' + so_ext
682 return os.path.join(*ext_path) + so_ext
    [all...]

Completed in 1116 milliseconds