/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | user.py | 29 home = os.curdir # Default variable 31 home = os.environ['HOME'] variable 33 home = os.path.expanduser("~/") variable 37 home = os.environ['HOMEDRIVE'] + os.environ['HOMEPATH'] variable 39 home = os.environ['HOMEPATH'] variable 41 pythonrc = os.path.join(home, ".pythonrc.py")
|
D | mailcap.py | 42 home = os.environ['HOME'] 45 home = '.' # Last resort 46 mailcaps = [home + '/.mailcap', '/etc/mailcap',
|
D | pdb.doc | 47 If a file ".pdbrc" exists in your home directory or in the current 50 files exist, the one in the home directory is read first and aliases
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getpath.c | 262 search_for_prefix(char *argv0_path, char *home) in search_for_prefix() argument 268 if (home) { in search_for_prefix() 270 strncpy(prefix, home, MAXPATHLEN); in search_for_prefix() 321 search_for_exec_prefix(char *argv0_path, char *home) in search_for_exec_prefix() argument 326 if (home) { in search_for_exec_prefix() 328 delim = strchr(home, DELIM); in search_for_exec_prefix() 332 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix() 379 char *home = Py_GetPythonHome(); in calculate_path() local 513 if (!(pfound = search_for_prefix(argv0_path, home))) { in calculate_path() 536 if (!(efound = search_for_exec_prefix(argv0_path, home))) { in calculate_path()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | install.py | 169 self.home = None 256 if ((self.prefix or self.exec_prefix or self.home) and 262 if self.home and (self.prefix or self.exec_prefix): 266 if self.user and (self.prefix or self.exec_prefix or self.home or 420 elif self.home is not None: 421 self.install_base = self.install_platbase = self.home 451 elif self.home is not None: 452 self.install_base = self.install_platbase = self.home 551 home = convert_path(os.path.expanduser("~")) 553 if path.startswith(home) and not os.path.isdir(path):
|
/device/google/cuttlefish/shared/tablet_3g/ |
D | device.mk | 27 ro.cdma.home.operator.alpha=Android \ 28 ro.cdma.home.operator.numeric=302780 \
|
/device/google/cuttlefish/shared/sepolicy/ |
D | property_contexts | 8 ro.cdma.home.operator.alpha u:object_r:vendor_init_radio_prop:s0 9 ro.cdma.home.operator.numeric u:object_r:vendor_init_radio_prop:s0
|
/device/google/cuttlefish/shared/phone/ |
D | device.mk | 27 ro.cdma.home.operator.alpha=Android \ 28 ro.cdma.home.operator.numeric=302780 \
|
/device/google/cuttlefish/shared/gsi/ |
D | device.mk | 32 ro.cdma.home.operator.alpha=Android \ 33 ro.cdma.home.operator.numeric=302780 \
|
/device/google/cuttlefish_vmm/x86_64/ |
D | rustup_show.txt | 3 1.32.0-x86_64-unknown-linux-gnu (overridden by '/home/cuttlefish_crosvm_builder/build/platform/cros…
|
/device/google/cuttlefish/shared/auto/ |
D | device.mk | 58 ro.cdma.home.operator.alpha=Android \ 59 ro.cdma.home.operator.numeric=302780 \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_install.py | 32 cmd.home = destination
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/X64/ |
D | X86LocalApicTimerInitialize.asm | 34 sub rsp, 28h ;Reserve home addresses and make RSP 16-byte aligned
|
/device/google/cuttlefish_common/tools/ |
D | create_base_image_gce.sh | 59 sudo chroot /mnt/image /usr/bin/find /home -ls
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pythonrun.c | 688 Py_SetPythonHome(char *home) in Py_SetPythonHome() argument 690 default_home = home; in Py_SetPythonHome() 696 char *home = default_home; in Py_GetPythonHome() local 697 if (home == NULL && !Py_IgnoreEnvironmentFlag) in Py_GetPythonHome() 698 home = Py_GETENV("PYTHONHOME"); in Py_GetPythonHome() 699 return home; in Py_GetPythonHome()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pythonrun.c | 675 Py_SetPythonHome(char *home) in Py_SetPythonHome() argument 677 default_home = home; in Py_SetPythonHome() 683 char *home = default_home; in Py_GetPythonHome() local 684 if (home == NULL && !Py_IgnoreEnvironmentFlag) in Py_GetPythonHome() 685 home = Py_GETENV("PYTHONHOME"); in Py_GetPythonHome() 686 return home; in Py_GetPythonHome()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | README | 23 <info@winimage.com> for the Windows DLL version. The zlib home page is 42 See the zlib home page http://www.zlib.org for details.
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 32 home {
|
/device/linaro/bootloader/edk2/BaseTools/ |
D | BuildNotes.txt | 41 home page is:
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/ |
D | Readme.md | 10 set OPENSSL_HOME=c:\home\openssl\openssl-[version]
|
/device/google/crosshatch/json-c/ |
D | config.h.in | 155 /* Define to the home page for this package. */
|
/device/google/bonito/json-c/ |
D | config.h.in | 155 /* Define to the home page for this package. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | README | 23 <info@winimage.com> for the Windows DLL version. The zlib home page is
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
D | README | 114 --Guido van Rossum (home page: http://www.python.org/~guido/)
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | Intel_UEFI_Packaging_Tool_Man_Page.rtf | 113 …h\af39\dbch\af31505\loch\f39 command, keeping your edk2 downloads in your home directory. \hich\af… 124 level folder from your home directory. For example: 125 …fs18 \ltrch\fcs0 \f2\fs18\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 [/home/myname/edk2] # 128 …8\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 [/home/myname/edk2] # export WORKSPACE=/home/… 290 …ended that you use the subst command, keeping your edk2 downloads in your home directory. Windows … 300 tion packages) is defined as a first level folder from your home directory. For example: 301 …fs18 \ltrch\fcs0 \f2\fs18\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 [/home/myname/edk2] # 304 …\ltrch\fcs0 \f2\fs18\cf13\insrsid9138298 \hich\af2\dbch\af31505\loch\f2 [/home/myname/edk2] \hich\… 305 # export WORKSPACE=/home/myname/edk2 334 …ng distribution package XML file\'85\line \line \loch\f2 Dist.content -> /home/myname/edk2/dist.co… [all …]
|