/external/selinux/libselinux/src/ |
D | selinux_config.c | 256 static const char *get_path(int idx) in hidden_def() 264 return get_path(DEFAULT_TYPE); in selinux_default_type_path() 314 return get_path(DEFAULT_CONTEXTS); in hidden_def() 321 return get_path(SECURETTY_TYPES); in hidden_def() 328 return get_path(FAILSAFE_CONTEXT); in hidden_def() 335 return get_path(REMOVABLE_CONTEXT); in hidden_def() 342 return get_path(BINPOLICY); in hidden_def() 374 return get_path(FILE_CONTEXTS); in hidden_def() 381 return get_path(HOMEDIR_CONTEXTS); in hidden_def() 388 return get_path(MEDIA_CONTEXTS); in hidden_def() [all …]
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 280 return os.path.join(get_path('platstdlib'), "config", "Makefile") 362 vars['LIBDEST'] = get_path('stdlib') 363 vars['BINLIBDEST'] = get_path('platstdlib') 364 vars['INCLUDEPY'] = get_path('include') 412 inc_dir = get_path('platinclude') 436 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function
|
D | site.py | 250 from sysconfig import get_path 256 USER_SITE = get_path('purelib', 'osx_framework_user') 259 USER_SITE = get_path('purelib', '%s_user' % os.name)
|
/external/python/cpython3/Misc/ |
D | python-config.in | 43 flags = ['-I' + sysconfig.get_path('include'), 44 '-I' + sysconfig.get_path('platinclude')]
|
/external/python/cpython3/Lib/ |
D | sysconfig.py | 342 return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile') 428 vars['LIBDEST'] = get_path('stdlib') 429 vars['BINLIBDEST'] = get_path('platstdlib') 430 vars['INCLUDEPY'] = get_path('include') 481 inc_dir = get_path('platinclude') 507 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function
|
D | site.py | 263 from sysconfig import get_path 268 USER_SITE = get_path('purelib', 'osx_framework_user') 271 USER_SITE = get_path('purelib', '%s_user' % os.name)
|
/external/python/cpython2/Lib/test/ |
D | test_sysconfig.py | 14 get_path, get_path_names, _INSTALL_SCHEMES, 103 res = get_path(name, scheme) 280 global_path = get_path(name, 'posix_prefix') 284 user_path = get_path(name, 'posix_user')
|
/external/autotest/client/site_tests/video_HangoutHardwarePerf/ |
D | video_HangoutHardwarePerf.py | 153 def get_path(self, name): member in DownloadManager 203 v[0] = self._downloads.get_path(v[0]) 225 v[0] = self._downloads.get_path(v[0])
|
/external/python/cpython3/Lib/test/ |
D | test_sysconfig.py | 14 get_path, get_path_names, _INSTALL_SCHEMES, 101 res = get_path(name, scheme) 274 global_path = get_path(name, 'posix_prefix') 283 user_path = get_path(name, 'posix_user')
|
/external/python/cpython3/Doc/library/ |
D | sysconfig.rst | 116 .. function:: get_path(name, [scheme, [vars, [expand]]]) 127 :func:`get_path` will use the variables returned by :func:`get_config_vars` 147 installation scheme. See :func:`get_path` for more information. 262 :func:`get_platform`, :func:`get_python_version`, :func:`get_path` and
|
/external/dtc/tests/ |
D | .gitignore | 23 /get_path
|
D | Makefile.tests | 4 get_path supernode_atdepth_offset parent_offset \
|
D | run_tests.sh | 256 run_test get_path $TREE
|
/external/python/cpython2/Doc/library/ |
D | sysconfig.rst | 116 .. function:: get_path(name, [scheme, [vars, [expand]]]) 127 :func:`get_path` will use the variables returned by :func:`get_config_vars` 147 installation scheme. See :func:`get_path` for more information.
|
/external/autotest/client/cros/bluetooth/ |
D | advertisement.py | 77 def get_path(self): member in Advertisement
|
D | bluetooth_device_xmlrpc_server.py | 1240 adv.get_path(), {}) 1260 if adv.get_path() == path: 1275 adv.get_path())
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_sysconfig.py | 42 self.assertEqual(_sysconfig.get_path('platstdlib'), res)
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 103 CJS_Return get_path(CJS_Runtime* pRuntime);
|
D | cjs_document.cpp | 949 CJS_Return Document::get_path(CJS_Runtime* pRuntime) { in get_path() function in Document
|
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 580 mock.get_path = '/tmp/chromeos/tmp/results_dir'
|
/external/python/cpython3/ |
D | setup.py | 230 headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))
|
/external/python/cpython2/ |
D | setup.py | 219 headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.7.rst | 1783 * :func:`~sysconfig.get_path` returns the configured path for
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 1759 * :func:`~sysconfig.get_path` returns the configured path for
|
/external/protobuf/gtest/ |
D | aclocal.m4 | 9555 sitedir = sysconfig.get_path('purelib', vars={'base':'$am_py_prefix'}) 9597 sitedir = sysconfig.get_path('platlib', vars={'platbase':'$am_py_prefix'})
|