Home
last modified time | relevance | path

Searched refs:defpath (Results 1 – 25 of 35) sorted by relevance

12

/external/python/cpython2/Modules/
Dgetpath.c385 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/
Dgetpath.c1350 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/
D2018-09-03-23-23-32.bpo-34530.h_Xsu7.rst1 ``distutils.spawn.find_executable()`` now falls back on :data:`os.defpath`
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dutil.py33 path = os.environ.get("PATH", os.defpath)
/external/python/cpython3/Lib/distutils/
Dspawn.py111 path = os.defpath
/external/python/cpython2/Lib/
Dos2emxpath.py29 defpath = '.;C:\\bin' variable
Dntpath.py31 defpath = '.;C:\\bin' variable
33 defpath = '\\Windows' variable
Dmacpath.py23 defpath = ':' variable
Dos.py120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
375 envpath = defpath
Dposixpath.py35 defpath = ':/bin:/usr/bin' variable
Duuid.py298 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
/external/llvm-project/lldb/third_party/Python/module/pexpect-4.6/pexpect/
Dutils.py60 p = os.defpath
/external/llvm-project/clang/utils/analyzer/
DSATestUtils.py22 paths = os.defpath
/external/python/cpython2/Lib/distutils/
Dspawn.py211 path = os.environ.get('PATH', os.defpath)
/external/libcxx/utils/libcxx/
Dutil.py114 paths = os.defpath
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py21 defpath = '<Run$Dir>' variable
/external/llvm-project/libcxx/utils/libcxx/
Dutil.py113 paths = os.defpath
/external/llvm/utils/lit/lit/
Dutil.py87 paths = os.defpath
/external/python/cpython3/Lib/
Dos.py96 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
659 path_list = defpath
Dposixpath.py21 defpath = '/bin:/usr/bin' variable
Duuid.py363 path_dirs = os.environ.get('PATH', os.defpath).split(os.pathsep)
Dntpath.py17 defpath = '.;C:\\bin' variable
/external/llvm-project/llvm/utils/lit/lit/
Dutil.py230 paths = os.defpath
/external/python/cpython2/Lib/test/
Dtest_uuid.py445 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
/external/clang/utils/analyzer/
DSATestBuild.py94 paths = os.defpath

12