Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dgetpath.c380 char *defpath = pythonpath; in calculate_path() local
551 char *delim = strchr(defpath, DELIM); in calculate_path()
553 if (defpath[0] != SEP) in calculate_path()
558 bufsz += delim - defpath + 1; in calculate_path()
560 bufsz += strlen(defpath) + 1; in calculate_path()
563 defpath = delim + 1; in calculate_path()
594 defpath = pythonpath; in calculate_path()
596 char *delim = strchr(defpath, DELIM); in calculate_path()
598 if (defpath[0] != SEP) { in calculate_path()
601 defpath[0] != (delim ? DELIM : L'\0')) { /* not empty */ in calculate_path()
[all …]
/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/swiftshader/third_party/LLVM/utils/lit/lit/
DUtil.py64 paths = 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/utils/lit/lit/
Dutil.py87 paths = os.defpath
/external/python/cpython2/Lib/test/
Dtest_uuid.py412 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
/external/clang/utils/analyzer/
DSATestBuild.py94 paths = os.defpath
/external/autotest/client/common_lib/
Dpexpect.py1775 p = os.defpath
/external/python/cpython2/Doc/library/
Dos.rst2480 .. data:: defpath
/external/python/cpython2/Misc/
DHISTORY4754 pathsep, curdir, pardir and defpath are now defined in the platform