Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 25 of 28) sorted by relevance

12

/external/selinux/libselinux/src/
Dselinux_config.c257 static const char *get_path(int idx) in hidden_def()
265 return get_path(DEFAULT_TYPE); in selinux_default_type_path()
315 return get_path(DEFAULT_CONTEXTS); in hidden_def()
322 return get_path(SECURETTY_TYPES); in hidden_def()
329 return get_path(FAILSAFE_CONTEXT); in hidden_def()
336 return get_path(REMOVABLE_CONTEXT); in hidden_def()
343 return get_path(BINPOLICY); in hidden_def()
375 return get_path(FILE_CONTEXTS); in hidden_def()
382 return get_path(HOMEDIR_CONTEXTS); in hidden_def()
389 return get_path(MEDIA_CONTEXTS); in hidden_def()
[all …]
/external/python/setuptools/setuptools/
Dpy31compat.py5 from sysconfig import get_config_vars, get_path
9 def get_path(name): function
/external/python/cpython2/Lib/
Dsysconfig.py285 return os.path.join(get_path('platstdlib'), "config", "Makefile")
367 vars['LIBDEST'] = get_path('stdlib')
368 vars['BINLIBDEST'] = get_path('platstdlib')
369 vars['INCLUDEPY'] = get_path('include')
417 inc_dir = get_path('platinclude')
441 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function
Dsite.py250 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/Lib/
Dsysconfig.py343 return os.path.join(get_path('stdlib'), config_dir_name, 'Makefile')
429 vars['LIBDEST'] = get_path('stdlib')
430 vars['BINLIBDEST'] = get_path('platstdlib')
431 vars['INCLUDEPY'] = get_path('include')
482 inc_dir = get_path('platinclude')
508 def get_path(name, scheme=_get_default_scheme(), vars=None, expand=True): function
/external/python/cpython3/Misc/
Dpython-config.in43 flags = ['-I' + sysconfig.get_path('include'),
44 '-I' + sysconfig.get_path('platinclude')]
/external/python/cpython2/Lib/test/
Dtest_sysconfig.py14 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/
Dvideo_HangoutHardwarePerf.py154 def get_path(self, name): member in DownloadManager
204 v[0] = self._downloads.get_path(v[0])
225 v[0] = self._downloads.get_path(v[0])
/external/python/cpython3/Lib/test/
Dtest_sysconfig.py13 get_path, get_path_names, _INSTALL_SCHEMES,
100 res = get_path(name, scheme)
279 global_path = get_path(name, 'posix_prefix')
288 user_path = get_path(name, 'posix_user')
Dtest_site.py197 sysconfig.get_path('purelib', scheme))
/external/python/cpython3/Doc/library/
Dsysconfig.rst116 .. 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.
257 :func:`get_platform`, :func:`get_python_version`, :func:`get_path` and
/external/dtc/tests/
D.gitignore23 /get_path
DMakefile.tests4 get_path supernode_atdepth_offset parent_offset \
Drun_tests.sh256 run_test get_path $TREE
/external/python/cpython2/Doc/library/
Dsysconfig.rst116 .. 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/
Dadvertisement.py77 def get_path(self): member in Advertisement
Dbluetooth_device_xmlrpc_server.py1259 adv.get_path(), {})
1279 if adv.get_path() == path:
1294 adv.get_path())
/external/python/cpython2/Lib/distutils/tests/
Dtest_sysconfig.py42 self.assertEqual(_sysconfig.get_path('platstdlib'), res)
/external/python/setuptools/setuptools/command/
Dbdist_egg.py24 from sysconfig import get_path, get_python_version
27 return get_path("purelib")
Deasy_install.py48 from setuptools.py31compat import get_path, get_config_vars
1434 lib_paths = get_path('purelib'), get_path('platlib')
/external/pdfium/fxjs/
Dcjs_document.h103 CJS_Return get_path(CJS_Runtime* pRuntime);
Dcjs_document.cpp949 CJS_Return Document::get_path(CJS_Runtime* pRuntime) { in get_path() function in Document
/external/toolchain-utils/crosperf/
Dresults_cache_unittest.py580 mock.get_path = '/tmp/chromeos/tmp/results_dir'
/external/python/cpython3/
Dsetup.py260 headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))
/external/python/cpython2/
Dsetup.py219 headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))

12