Home
last modified time | relevance | path

Searched refs:so_ext (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/clang/scripts/
Dpackage.py208 so_ext = 'dylib' if sys.platform == 'darwin' else 'so'
210 'lib/libFindBadConstructs.' + so_ext,
211 'lib/libBlinkGCPlugin.' + so_ext,
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py677 so_ext = get_config_var('SO')
679 return os.path.join(*ext_path) + '_d' + so_ext
680 return os.path.join(*ext_path) + so_ext
/external/python/cpython2/Lib/distutils/
Dsysconfig.py174 (cc, cxx, opt, cflags, ccshared, ldshared, so_ext, ar, ar_flags) = \
222 compiler.shared_lib_extension = so_ext
/external/python/cpython2/
Dsetup.py2172 so_ext = sysconfig.get_config_var("SO") variable in PyBuildInstallLib
2187 if filename.endswith(self.so_ext): mode = sharedLibMode