/external/python/cpython2/Modules/ |
D | getpath.c | 385 char *defpath = pythonpath; in calculate_path() local 556 char *delim = strchr(defpath, DELIM); in calculate_path() 558 if (defpath[0] != SEP) in calculate_path() 563 bufsz += delim - defpath + 1; in calculate_path() 565 bufsz += strlen(defpath) + 1; in calculate_path() 568 defpath = delim + 1; in calculate_path() 605 defpath = pythonpath; in calculate_path() 607 char *delim = strchr(defpath, DELIM); in calculate_path() 609 if (defpath[0] != SEP) { in calculate_path() 612 defpath[0] != (delim ? DELIM : L'\0')) { /* not empty */ in calculate_path() [all …]
|
/external/python/cpython3/Modules/ |
D | getpath.c | 1350 wchar_t *defpath = calculate->pythonpath_macro; in calculate_module_search_path() local 1353 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path() 1355 if (!_Py_isabs(defpath)) { in calculate_module_search_path() 1361 bufsz += delim - defpath + 1; in calculate_module_search_path() 1364 bufsz += wcslen(defpath) + 1; in calculate_module_search_path() 1367 defpath = delim + 1; in calculate_module_search_path() 1393 defpath = calculate->pythonpath_macro; in calculate_module_search_path() 1395 wchar_t *delim = wcschr(defpath, DELIM); in calculate_module_search_path() 1397 if (!_Py_isabs(defpath)) { in calculate_module_search_path() 1400 defpath[0] != (delim ? DELIM : L'\0')) in calculate_module_search_path() [all …]
|
/external/python/cpython2/Misc/NEWS.d/next/Library/ |
D | 2018-09-03-23-23-32.bpo-34530.h_Xsu7.rst | 1 ``distutils.spawn.find_executable()`` now falls back on :data:`os.defpath`
|
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/ |
D | util.py | 33 path = os.environ.get("PATH", os.defpath)
|
/external/python/cpython3/Lib/distutils/ |
D | spawn.py | 111 path = os.defpath
|
/external/python/cpython2/Lib/ |
D | os2emxpath.py | 29 defpath = '.;C:\\bin' variable
|
D | ntpath.py | 31 defpath = '.;C:\\bin' variable 33 defpath = '\\Windows' variable
|
D | macpath.py | 23 defpath = ':' variable
|
D | os.py | 120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 375 envpath = defpath
|
D | posixpath.py | 35 defpath = ':/bin:/usr/bin' variable
|
D | uuid.py | 298 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
|
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
D | utils.py | 60 p = os.defpath
|
/external/llvm-project/clang/utils/analyzer/ |
D | SATestUtils.py | 22 paths = os.defpath
|
/external/python/cpython2/Lib/distutils/ |
D | spawn.py | 211 path = os.environ.get('PATH', os.defpath)
|
/external/libcxx/utils/libcxx/ |
D | util.py | 114 paths = os.defpath
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 21 defpath = '<Run$Dir>' variable
|
/external/llvm-project/libcxx/utils/libcxx/ |
D | util.py | 113 paths = os.defpath
|
/external/llvm/utils/lit/lit/ |
D | util.py | 87 paths = os.defpath
|
/external/python/cpython3/Lib/ |
D | os.py | 96 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 659 path_list = defpath
|
D | posixpath.py | 21 defpath = '/bin:/usr/bin' variable
|
D | uuid.py | 363 path_dirs = os.environ.get('PATH', os.defpath).split(os.pathsep)
|
D | ntpath.py | 17 defpath = '.;C:\\bin' variable
|
/external/llvm-project/llvm/utils/lit/lit/ |
D | util.py | 230 paths = os.defpath
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 445 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 94 paths = os.defpath
|