Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Duser.py29 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")
Dmailcap.py42 home = os.environ['HOME']
45 home = '.' # Last resort
46 mailcaps = [home + '/.mailcap', '/etc/mailcap',
Dpdb.doc47 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/
Dgetpath.c262 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/
Dinstall.py169 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/
Ddevice.mk27 ro.cdma.home.operator.alpha=Android \
28 ro.cdma.home.operator.numeric=302780 \
/device/google/cuttlefish/shared/sepolicy/
Dproperty_contexts8 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/
Ddevice.mk27 ro.cdma.home.operator.alpha=Android \
28 ro.cdma.home.operator.numeric=302780 \
/device/google/cuttlefish/shared/gsi/
Ddevice.mk32 ro.cdma.home.operator.alpha=Android \
33 ro.cdma.home.operator.numeric=302780 \
/device/google/cuttlefish_vmm/x86_64/
Drustup_show.txt3 1.32.0-x86_64-unknown-linux-gnu (overridden by '/home/cuttlefish_crosvm_builder/build/platform/cros…
/device/google/cuttlefish/shared/auto/
Ddevice.mk58 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/
Dtest_install.py32 cmd.home = destination
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/X64/
DX86LocalApicTimerInitialize.asm34 sub rsp, 28h ;Reserve home addresses and make RSP 16-byte aligned
/device/google/cuttlefish_common/tools/
Dcreate_base_image_gce.sh59 sudo chroot /mnt/image /usr/bin/find /home -ls
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c688 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/
Dpythonrun.c675 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/
DREADME23 <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/
Dlayout32 home {
/device/linaro/bootloader/edk2/BaseTools/
DBuildNotes.txt41 home page is:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
DReadme.md10 set OPENSSL_HOME=c:\home\openssl\openssl-[version]
/device/google/crosshatch/json-c/
Dconfig.h.in155 /* Define to the home page for this package. */
/device/google/bonito/json-c/
Dconfig.h.in155 /* Define to the home page for this package. */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
DREADME23 <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/
DREADME114 --Guido van Rossum (home page: http://www.python.org/~guido/)
/device/linaro/bootloader/edk2/BaseTools/UserManuals/
DIntel_UEFI_Packaging_Tool_Man_Page.rtf113 …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 …]

12