HomeSort by relevance Sort by last modified time
    Searched refs:default_home (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Python/
pylifecycle.c 910 static wchar_t *default_home = NULL; variable
916 default_home = home;
922 wchar_t *home = default_home;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pythonrun.c 685 static char *default_home = NULL; variable
690 default_home = home;
696 char *home = default_home;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pythonrun.c 672 static char *default_home = NULL; variable
677 default_home = home;
683 char *home = default_home;
    [all...]
  /external/python/cpython2/Python/
pythonrun.c 684 static char *default_home = NULL; variable
689 default_home = home;
695 char *home = default_home;
    [all...]

Completed in 228 milliseconds