/external/selinux/libselinux/src/ |
D | selinux_config.c | 254 static const char *get_path(int idx) in hidden_def() 262 return get_path(DEFAULT_TYPE); in selinux_default_type_path() 312 return get_path(DEFAULT_CONTEXTS); in hidden_def() 319 return get_path(SECURETTY_TYPES); in hidden_def() 326 return get_path(FAILSAFE_CONTEXT); in hidden_def() 333 return get_path(REMOVABLE_CONTEXT); in hidden_def() 340 return get_path(BINPOLICY); in hidden_def() 372 return get_path(FILE_CONTEXTS); in hidden_def() 379 return get_path(HOMEDIR_CONTEXTS); in hidden_def() 386 return get_path(MEDIA_CONTEXTS); in hidden_def() [all …]
|
/external/python/cffi/testing/embedding/ |
D | test_basic.py | 52 def get_path(self): member in EmbeddingTests 60 popen = self._run_base(args, cwd=self.get_path(), 74 path = self.get_path() 110 path = self.get_path() 117 os.chdir(self.get_path()) 142 path = self.get_path() 162 path = self.get_path()
|
/external/python/setuptools/setuptools/ |
D | py31compat.py | 5 from sysconfig import get_config_vars, get_path 9 def get_path(name): function
|
/external/python/pybind11/pybind11/ |
D | __main__.py | 11 dirs = [sysconfig.get_path('include'), 12 sysconfig.get_path('platinclude'),
|
/external/python/cpython3/Misc/ |
D | python-config.in | 44 flags = ['-I' + sysconfig.get_path('include'), 45 '-I' + sysconfig.get_path('platinclude')]
|
/external/python/cpython2/Lib/ |
D | sysconfig.py | 285 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
|
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/Lib/ |
D | sysconfig.py | 343 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/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/python/cpython3/Lib/test/ |
D | test_sysconfig.py | 14 get_path, get_path_names, _INSTALL_SCHEMES, 101 res = get_path(name, scheme) 251 global_path = get_path(name, 'posix_prefix') 260 user_path = get_path(name, 'posix_user')
|
D | test_site.py | 194 sysconfig.get_path('purelib', scheme))
|
/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/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. 257 :func:`get_platform`, :func:`get_python_version`, :func:`get_path` and
|
/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 | 1561 adv.get_path(), dbus.Dictionary({}, signature='sv')) 1581 if adv.get_path() == path: 1596 adv.get_path())
|
/external/fmtlib/doc/ |
D | build.py | 33 scripts_dir = os.path.basename(sysconfig.get_path('scripts'))
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_sysconfig.py | 42 self.assertEqual(_sysconfig.get_path('platstdlib'), res)
|
/external/libfuse/lib/ |
D | fuse.c | 1236 static int get_path(struct fuse *f, fuse_ino_t nodeid, char **path) in get_path() function 2782 err = get_path(f, ino, &path); in fuse_lib_getattr() 2835 err = get_path(f, ino, &path); in fuse_lib_setattr() 2910 err = get_path(f, ino, &path); in fuse_lib_access() 2929 err = get_path(f, ino, &path); in fuse_lib_readlink() 3160 if (get_path(f, ino, &unlinkpath) == 0) in fuse_do_release() 3263 err = get_path(f, ino, &path); in fuse_lib_open() 3400 err = get_path(f, ino, &path); in fuse_lib_opendir() 3640 err = get_path(f, ino, &path); in readdir_fill() 3815 err = get_path(f, ino, &path); in fuse_lib_statfs() [all …]
|
/external/python/setuptools/setuptools/command/ |
D | bdist_egg.py | 24 from sysconfig import get_path, get_python_version 27 return get_path("purelib")
|
D | easy_install.py | 48 from setuptools.py31compat import get_path, get_config_vars 1434 lib_paths = get_path('purelib'), get_path('platlib')
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 197 CJS_Result get_path(CJS_Runtime* pRuntime);
|
/external/toolchain-utils/crosperf/ |
D | results_cache_unittest.py | 1138 mock.get_path = '/tmp/chromeos/tmp/results_dir'
|