Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 53) sorted by relevance

123

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py69 getenv = os.getenv variable
DToolDefClassObject.py67 PackagesPath = os.getenv("PACKAGES_PATH")
285 ToolDef = ToolDefDict(os.getenv("WORKSPACE"))
DTargetTxtClassObject.py187 Target = TargetTxtDict(os.getenv("WORKSPACE"))
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostname.c82 pHost = getenv ("HOSTNAME"); in gethostname()
Dres_init.c215 if (issetugid() == 0 && (cp = getenv("LOCALDOMAIN")) != NULL) in res_init()
217 if ((cp = getenv("LOCALDOMAIN")) != NULL) in res_init()
430 else if ((cp = getenv("RES_OPTIONS")) != NULL) in res_init()
Dres_query.c404 file = getenv("HOSTALIASES"); in hostalias()
/device/google/cuttlefish_common/common/libs/utils/
Denvironment.cpp25 const char* const valstr = getenv(varname.c_str()); in StringFromEnv()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dntpath.py355 def getenv(var): function
358 def getenv(var): function
389 res = res + getenv(var)
403 res = res + getenv(var)
418 res = res + getenv(var)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpydebug.h33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpydebug.h34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dtempnam.c88 if ((tmp = getenv("TMPDIR")) != NULL && in tempnam()
/device/google/cuttlefish_common/host/commands/adbshell/
Dmain.cpp52 const char* user_cstring = std::getenv("USER"); in VsocUser()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DServerConnection.cpp96 char *s = getenv(ENV_RGL_SERVER); in create()
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DEnvirons.c175 char *getenv(const char *name) in getenv() function
/device/linaro/bootloader/edk2/StdLib/Include/
Dstdlib.h269 char *getenv(const char *name);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DEcc.py77 PackagesPath = os.getenv("PACKAGES_PATH")
341 EccGlobalData.gWorkspace = os.path.normpath(os.getenv("WORKSPACE"))
364 EccGlobalData.gTarget = os.path.normpath(os.getenv("WORKSPACE"))
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
Dstdlib.h87 char *getenv(const char *);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DEot.py70 EotGlobalData.gEDK_SOURCE = os.path.normpath(os.getenv("EDK_SOURCE"))
72 EotGlobalData.gEFI_SOURCE = os.path.normpath(os.getenv("EFI_SOURCE"))
79 EotGlobalData.gWORKSPACE = os.path.normpath(os.getenv("WORKSPACE"))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/TargetTool/
DTargetTool.py30 self.WorkSpace = os.path.normpath(os.getenv('WORKSPACE'))
226 if os.getenv('WORKSPACE') == None:
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlua.c425 const char *init = getenv(name + 1); in handle_luainit()
428 init = getenv(name + 1); /* try alternative name */ in handle_luainit()
Dloadlib.c639 const char *path = getenv(envname1); in setpath()
641 path = getenv(envname2); /* try alternative name */ in setpath()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtempfile.py148 dirname = _os.getenv(envname)
153 dirname = _os.getenv('Wimp$ScrapDir')
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c267 char *getenv (const char *varname) in getenv() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_import.py130 orig_getenv = os.getenv
136 self.assertIsNot(orig_getenv, new_os.getenv)
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h252 char *getenv (const char *);

123