Searched refs:getenv (Results 1 – 25 of 35) sorted by relevance
12
/bionic/tests/libs/ |
D | dlopen_testlib_ifunc_variable_impl.cpp | 51 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
|
D | dlopen_testlib_ifunc.cpp | 63 char* choice = getenv("IFUNC_CHOICE"); in foo_ifunc()
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
D | getenv.c | 73 getenv(const char *name) in getenv() function
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | tempnam.c | 54 if (issetugid() == 0 && (f = getenv("TMPDIR")) && *f != '\0') { in tempnam()
|
/bionic/tools/versioner/src/ |
D | VFS.cpp | 78 const char* top = getenv("ANDROID_BUILD_TOP"); in createCommonVFS()
|
D | versioner.cpp | 565 const char* top = getenv("ANDROID_BUILD_TOP"); in main()
|
/bionic/libc/tzcode/ |
D | bionic.cpp | 44 const char* name = getenv("TZ"); in tzset_unlocked() 75 const char* path_prefix = getenv(path_prefix_variable); in make_path()
|
D | strftime.c | 158 if (warn != IN_NONE && getenv(YEAR_2000_NAME) != NULL) { in strftime()
|
/bionic/libc/tools/ |
D | check-symbols-glibc.py | 43 (os.getenv('ANDROID_BUILD_TOP'), arch))
|
D | posix-2013.txt | 331 getenv
|
/bionic/tests/ |
D | unistd_test.cpp | 274 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 …]
|
D | system_properties_test.cpp | 34 const char* ANDROID_DATA = getenv("ANDROID_DATA"); in LocalPropertyTestState()
|
D | stdlib_test.cpp | 260 char* value = getenv("ENVIRONMENT_VARIABLE"); in TestBug57421_child()
|
D | time_test.cpp | 47 const char* original_tz = getenv("TZ"); in gmtime_no_stack_overflow_14313703_fn()
|
/bionic/linker/ |
D | linker_main.cpp | 239 const char* LD_DEBUG = getenv("LD_DEBUG"); 255 ldpath_env = getenv("LD_LIBRARY_PATH"); 259 ldpreload_env = getenv("LD_PRELOAD");
|
/bionic/libc/bionic/ |
D | exec.cpp | 129 const char* path = getenv("PATH"); in execvpe()
|
D | malloc_common.cpp | 326 const char* options = getenv(DEBUG_MALLOC_ENV_OPTIONS); in malloc_init_impl()
|
/bionic/libc/include/ |
D | stdlib.h | 52 char* getenv(const char*);
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 40 const char* android_data = getenv("ANDROID_DATA"); in LocalPropertyTestState()
|
/bionic/tools/relocation_packer/src/ |
D | elf_file_unittest.cc | 21 const char* bindir = getenv("bindir"); in GetDataFilePath()
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 249 if ((cp = getenv("LOCALDOMAIN")) != NULL) { in __res_vinit() 483 if ((cp = getenv("RES_OPTIONS")) != NULL) in __res_vinit()
|
D | res_cache.c | 1396 const char* cache_mode = getenv("ANDROID_DNS_MODE"); in _res_cache_get_max_entries()
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | getopt_long.c | 379 posixly_correct = (getenv("POSIXLY_CORRECT") != NULL);
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 572 const char* cache_mode = getenv("ANDROID_DNS_MODE"); in android_open_proxy()
|
/bionic/libc/kernel/tools/ |
D | cpp.py | 11 top = os.getenv('ANDROID_BUILD_TOP')
|
12