Searched refs:defpath (Results 1 – 16 of 16) sorted by relevance
/external/python/cpython2/Modules/ |
D | getpath.c | 380 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/ |
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/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | Util.py | 64 paths = 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/utils/lit/lit/ |
D | util.py | 87 paths = os.defpath
|
/external/python/cpython2/Lib/test/ |
D | test_uuid.py | 412 path = os.environ.get("PATH", os.defpath).split(os.pathsep)
|
/external/clang/utils/analyzer/ |
D | SATestBuild.py | 94 paths = os.defpath
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 1775 p = os.defpath
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 2480 .. data:: defpath
|
/external/python/cpython2/Misc/ |
D | HISTORY | 4754 pathsep, curdir, pardir and defpath are now defined in the platform
|