Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c407 char *defpath; in calculate_path() local
514 defpath = pythonpath; in calculate_path()
523 char *delim = strchr(defpath, DELIM); in calculate_path()
525 if (is_absolute(defpath) == 0) in calculate_path()
530 bufsz += delim - defpath + 1; in calculate_path()
532 bufsz += strlen(defpath) + 1; in calculate_path()
535 defpath = delim + 1; in calculate_path()
566 defpath = pythonpath; in calculate_path()
568 char *delim = strchr(defpath, DELIM); in calculate_path()
570 if (is_absolute(defpath) != 1) { in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c476 char *defpath; in calculate_path() local
583 defpath = pythonpath; in calculate_path()
592 char *delim = strchr(defpath, DELIM); in calculate_path()
594 if (is_absolute(defpath) == 0) in calculate_path()
599 bufsz += delim - defpath + 1; in calculate_path()
601 bufsz += strlen(defpath) + 1; in calculate_path()
604 defpath = delim + 1; in calculate_path()
635 defpath = pythonpath; in calculate_path()
637 char *delim = strchr(defpath, DELIM); in calculate_path()
639 if (is_absolute(defpath) != 1) { in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c388 char *defpath = pythonpath; in calculate_path() local
559 char *delim = strchr(defpath, DELIM); in calculate_path()
561 if (defpath[0] != SEP) in calculate_path()
566 bufsz += delim - defpath + 1; in calculate_path()
568 bufsz += strlen(defpath) + 1; in calculate_path()
571 defpath = delim + 1; in calculate_path()
602 defpath = pythonpath; in calculate_path()
604 char *delim = strchr(defpath, DELIM); in calculate_path()
606 if (defpath[0] != SEP) { in calculate_path()
612 size_t len = delim - defpath + 1; in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dntpath.py30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
Dos.py120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
373 envpath = defpath
Dposixpath.py34 defpath = ':/bin:/usr/bin' variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dntpath.py30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
Dos.py134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
387 envpath = defpath
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py44 defpath = '.;C:\\bin' variable
46 defpath = '\\Windows' variable
Dos.py147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
402 envpath = defpath