Home
last modified time | relevance | path

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

12

/bionic/tests/libs/
Ddlopen_testlib_ifunc_variable_impl.cpp51 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
Ddlopen_testlib_ifunc.cpp63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dgetenv.c73 getenv(const char *name) in getenv() function
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dtempnam.c54 if (issetugid() == 0 && (f = getenv("TMPDIR")) && *f != '\0') { in tempnam()
/bionic/tools/versioner/src/
DVFS.cpp78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS()
Dversioner.cpp565 const char* top = getenv("ANDROID_BUILD_TOP"); in main()
/bionic/libc/tzcode/
Dbionic.cpp44 const char* name = getenv("TZ"); in tzset_unlocked()
75 const char* path_prefix = getenv(path_prefix_variable); in make_path()
Dstrftime.c158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { in strftime()
/bionic/libc/tools/
Dcheck-symbols-glibc.py43 (os.getenv('ANDROID_BUILD_TOP'), arch))
Dposix-2013.txt331 getenv
/bionic/tests/
Dunistd_test.cpp274 ASSERT_STREQ("hello", getenv("test-variable")); in TEST()
276 ASSERT_TRUE(getenv("test-variable") == NULL); in TEST()
310 EXPECT_STREQ(a, getenv("test-variable")); in TEST()
314 EXPECT_STREQ(a, getenv("test-variable")); in TEST()
318 EXPECT_STREQ(c, getenv("test-variable")); in TEST()
333 ASSERT_STREQ("b", getenv("a")); in TEST()
335 ASSERT_STREQ("c", getenv("a")); in TEST()
340 ASSERT_STREQ("b", getenv("a")); in TEST()
363 EXPECT_EQ(NULL, getenv("test-variable")); in TEST()
365 EXPECT_STREQ("post-clear", getenv("test-variable")); in TEST()
[all …]
Dsystem_properties_test.cpp34 const char* ANDROID_DATA = getenv("ANDROID_DATA"); in LocalPropertyTestState()
Dstdlib_test.cpp260 char* value = getenv("ENVIRONMENT_VARIABLE"); in TestBug57421_child()
Dtime_test.cpp47 const char* original_tz = getenv("TZ"); in gmtime_no_stack_overflow_14313703_fn()
/bionic/linker/
Dlinker_main.cpp239 const char* LD_DEBUG = getenv("LD_DEBUG");
255 ldpath_env = getenv("LD_LIBRARY_PATH");
259 ldpreload_env = getenv("LD_PRELOAD");
/bionic/libc/bionic/
Dexec.cpp129 const char* path = getenv("PATH"); in execvpe()
Dmalloc_common.cpp326 const char* options = getenv(DEBUG_MALLOC_ENV_OPTIONS); in malloc_init_impl()
/bionic/libc/include/
Dstdlib.h52 char* getenv(const char*);
/bionic/benchmarks/
Dproperty_benchmark.cpp40 const char* android_data = getenv("ANDROID_DATA"); in LocalPropertyTestState()
/bionic/tools/relocation_packer/src/
Delf_file_unittest.cc21 const char* bindir = getenv("bindir"); in GetDataFilePath()
/bionic/libc/dns/resolv/
Dres_init.c249 if ((cp = getenv("LOCALDOMAIN")) != NULL) { in __res_vinit()
483 if ((cp = getenv("RES_OPTIONS")) != NULL) in __res_vinit()
Dres_cache.c1396 const char* cache_mode = getenv("ANDROID_DNS_MODE"); in _res_cache_get_max_entries()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
/bionic/libc/dns/net/
Dgethnamaddr.c572 const char* cache_mode = getenv("ANDROID_DNS_MODE"); in android_open_proxy()
/bionic/libc/kernel/tools/
Dcpp.py11 top = os.getenv('ANDROID_BUILD_TOP')

12