HomeSort by relevance Sort by last modified time
    Searched refs:defpath (Results 1 - 25 of 53) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
getpath.c 476 char *defpath; local
583 defpath = pythonpath;
592 char *delim = strchr(defpath, DELIM);
594 if (is_absolute(defpath) == 0)
599 bufsz += delim - defpath + 1;
601 bufsz += strlen(defpath) + 1;
604 defpath = delim + 1;
635 defpath = pythonpath;
637 char *delim = strchr(defpath, DELIM);
639 if (is_absolute(defpath) != 1) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
getpath.c 407 char *defpath; local
514 defpath = pythonpath;
523 char *delim = strchr(defpath, DELIM);
525 if (is_absolute(defpath) == 0)
530 bufsz += delim - defpath + 1;
532 bufsz += strlen(defpath) + 1;
535 defpath = delim + 1;
566 defpath = pythonpath;
568 char *delim = strchr(defpath, DELIM);
570 if (is_absolute(defpath) != 1) {
    [all...]
  /external/python/cpython2/Modules/
getpath.c 437 char *defpath = pythonpath; local
608 char *delim = strchr(defpath, DELIM);
610 if (defpath[0] != SEP)
615 bufsz += delim - defpath + 1;
617 bufsz += strlen(defpath) + 1;
620 defpath = delim + 1;
651 defpath = pythonpath;
653 char *delim = strchr(defpath, DELIM);
655 if (defpath[0] != SEP) {
658 defpath[0] != (delim ? DELIM : L'\0')) { /* not empty *
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 388 char *defpath = pythonpath; local
559 char *delim = strchr(defpath, DELIM);
561 if (defpath[0] != SEP)
566 bufsz += delim - defpath + 1;
568 bufsz += strlen(defpath) + 1;
571 defpath = delim + 1;
602 defpath = pythonpath;
604 char *delim = strchr(defpath, DELIM);
606 if (defpath[0] != SEP) {
612 size_t len = delim - defpath + 1;
    [all...]
  /external/python/cpython3/Modules/
getpath.c 478 wchar_t *defpath; local
717 defpath = _pythonpath;
720 wchar_t *delim = wcschr(defpath, DELIM);
722 if (defpath[0] != SEP)
727 bufsz += delim - defpath + 1;
729 bufsz += wcslen(defpath) + 1;
732 defpath = delim + 1;
759 defpath = _pythonpath;
761 wchar_t *delim = wcschr(defpath, DELIM);
763 if (defpath[0] != SEP)
    [all...]
  /external/python/cpython2/Lib/
os2emxpath.py 19 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 defpath = '.;C:\\bin' variable
macpath.py 14 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
23 defpath = ':' variable
ntpath.py 21 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
31 defpath = '.;C:\\bin' variable
33 defpath = '\\Windows' variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 defpath = '.;C:\\bin' variable
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
22 defpath = ':' variable
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 defpath = '.;C:\\bin' variable
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
22 defpath = ':' variable
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 defpath = '.;C:\\bin' variable
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
22 defpath = ':' variable
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os2emxpath.py 18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 defpath = '.;C:\\bin' variable
macpath.py 13 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
22 defpath = ':' variable
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /build/soong/python/scripts/
stub_template_host.txt 17 search_path = os.getenv('PATH', os.defpath).split(os.pathsep)
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py 64 paths = os.defpath
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ntpath.py 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
30 defpath = '.;C:\\bin' variable
32 defpath = '\\Windows' variable
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
ntpath.py 34 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
44 defpath = '.;C:\\bin' variable
46 defpath = '\\Windows' variable

Completed in 311 milliseconds

1 2 3