Searched refs:getenv (Results 1 - 24 of 24) sorted by last modified time

/bionic/benchmarks/
H A Dproperty_benchmark.cpp40 const char* android_data = getenv("ANDROID_DATA");
/bionic/libc/bionic/
H A Dexec.cpp123 const char* path = getenv("PATH");
H A Dmalloc_common.cpp326 const char* options = getenv(DEBUG_MALLOC_ENV_OPTIONS);
/bionic/libc/dns/net/
H A Dgethnamaddr.c564 const char* cache_mode = getenv("ANDROID_DNS_MODE");
/bionic/libc/dns/resolv/
H A Dres_cache.c1402 const char* cache_mode = getenv("ANDROID_DNS_MODE");
1815 const char* env = getenv(CONFIG_ENV);
H A Dres_init.c249 if ((cp = getenv("LOCALDOMAIN")) != NULL) {
483 if ((cp = getenv("RES_OPTIONS")) != NULL)
/bionic/libc/include/
H A Dstdlib.h52 char* getenv(const char*);
/bionic/libc/kernel/tools/
H A Dcpp.py11 top = os.getenv('ANDROID_BUILD_TOP')
/bionic/libc/tools/
H A Dcheck-symbols-glibc.py43 (os.getenv('ANDROID_BUILD_TOP'), arch))
/bionic/libc/tzcode/
H A Dlocaltime.c1326 const char* name = getenv("TZ");
1366 tzsetlcl(getenv("TZ"));
2359 const char* path_prefix = getenv(path_prefix_variable);
H A Dstrftime.c158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) {
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dtempnam.c54 if (issetugid() == 0 && (f = getenv("TMPDIR")) && *f != '\0') {
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
H A Dgetenv.c1 /* $OpenBSD: getenv.c,v 1.10 2010/08/23 22:31:50 millert Exp $ */
69 * getenv --
73 getenv(const char *name) function
/bionic/linker/
H A Dlinker_main.cpp239 const char* LD_DEBUG = getenv("LD_DEBUG");
255 ldpath_env = getenv("LD_LIBRARY_PATH");
259 ldpreload_env = getenv("LD_PRELOAD");
/bionic/tests/libs/
H A Ddlopen_testlib_ifunc.c59 char* choice = getenv("IFUNC_CHOICE");
/bionic/tests/
H A Dstdlib_test.cpp227 char* value = getenv("ENVIRONMENT_VARIABLE");
H A Dsystem_properties_test.cpp34 const char* ANDROID_DATA = getenv("ANDROID_DATA");
H A Dtime_test.cpp47 const char* original_tz = getenv("TZ");
H A Dunistd_test.cpp274 ASSERT_STREQ("hello", getenv("test-variable"));
276 ASSERT_TRUE(getenv("test-variable") == NULL);
310 EXPECT_STREQ(a, getenv("test-variable"));
314 EXPECT_STREQ(a, getenv("test-variable"));
318 EXPECT_STREQ(c, getenv("test-variable"));
333 ASSERT_STREQ("b", getenv("a"));
335 ASSERT_STREQ("c", getenv("a"));
340 ASSERT_STREQ("b", getenv("a"));
363 EXPECT_EQ(NULL, getenv("test-variable"));
365 EXPECT_STREQ("post-clear", getenv("tes
[all...]
/bionic/tools/relocation_packer/src/
H A Delf_file_unittest.cc21 const char* bindir = getenv("bindir");
/bionic/tools/versioner/current/
H A Dstdlib.h52 char* getenv(const char*);
/bionic/tools/versioner/src/
H A DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP");
H A Dversioner.cpp559 const char* top = getenv("ANDROID_BUILD_TOP");

Completed in 332 milliseconds