/aosp12/system/testing/gtest_extras/tests/ |
H A D | OptionsTest.cpp | 673 EXPECT_NE(-1, unsetenv("GTEST_FORMAT")); in TEST_F() 686 ASSERT_NE(-1, unsetenv("GTEST_FILTER")); in TEST_F() 700 ASSERT_NE(-1, unsetenv("GTEST_FILTER")); in TEST_F() 738 ASSERT_NE(-1, unsetenv("GTEST_REPEAT")); in TEST_F() 752 ASSERT_NE(-1, unsetenv("GTEST_REPEAT")); in TEST_F() 776 ASSERT_NE(-1, unsetenv("GTEST_REPEAT")); in TEST_F() 789 ASSERT_NE(-1, unsetenv("GTEST_COLOR")); in TEST_F() 802 ASSERT_NE(-1, unsetenv("GTEST_COLOR")); in TEST_F() 852 ASSERT_NE(-1, unsetenv("GTEST_OUTPUT")); in TEST_F() 876 ASSERT_NE(-1, unsetenv("GTEST_OUTPUT")); in TEST_F() [all …]
|
/aosp12/system/extras/su/ |
H A D | su.cpp | 122 unsetenv("IFS"); in main() 128 unsetenv("LOGNAME"); in main() 129 unsetenv("USER"); in main()
|
/aosp12/system/core/libcutils/ |
H A D | android_get_control_file_test.cpp | 40 EXPECT_EQ(unsetenv(key.c_str()), 0); in TEST() 48 EXPECT_EQ(unsetenv(key.c_str()), 0); in TEST()
|
H A D | android_get_control_socket_test.cpp | 39 EXPECT_EQ(unsetenv(key), 0); in TEST() 69 EXPECT_EQ(unsetenv(key), 0); in TEST()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
H A D | setenv.c | 159 unsetenv(const char *name) in unsetenv() function 184 DEF_WEAK(unsetenv);
|
/aosp12/system/core/init/ |
H A D | init.cpp | 712 unsetenv(kEnvFirstStageStartedAt); in RecordStageBoottimes() 718 unsetenv(kEnvSelinuxStartedAt); in RecordStageBoottimes() 730 unsetenv(kEnvInitModuleDurationMs); in RecordStageBoottimes() 793 unsetenv("INIT_FORCE_DEBUGGABLE"); in SecondStageMain() 835 unsetenv("INIT_AVB_VERSION"); in SecondStageMain()
|
H A D | snapuserd_transition.cpp | 286 unsetenv(kSnapuserdFirstStageFdVar); in RelaunchFirstStageSnapuserd()
|
/aosp12/art/libartbase/base/ |
H A D | common_art_test.h | 102 unsetenv(variable); 110 unsetenv(variable_); in ~ScopedUnsetEnvironmentVariable()
|
H A D | file_utils_test.cc | 83 ASSERT_EQ(0, unsetenv("ANDROID_ROOT")); in TEST_F() 137 ASSERT_EQ(0, unsetenv("ANDROID_ART_ROOT")); in TEST_F()
|
/aosp12/bionic/tests/ |
H A D | unistd_test.cpp | 285 ASSERT_EQ(0, unsetenv("test-variable")); in TEST() 290 EXPECT_EQ(-1, unsetenv("")); in TEST() 292 EXPECT_EQ(-1, unsetenv("a=b")); in TEST() 312 ASSERT_EQ(0, unsetenv("test-variable")); in TEST() 334 ASSERT_EQ(0, unsetenv("test-variable")); in TEST() 338 ASSERT_EQ(0, unsetenv("a")); in TEST() 353 ASSERT_EQ(0, unsetenv("a")); in TEST() 385 EXPECT_EQ(0, unsetenv("test-variable")); in TEST()
|
H A D | dlfcn_test.cpp | 296 unsetenv("IFUNC_CHOICE"); in TEST() 327 unsetenv("IFUNC_CHOICE"); in TEST()
|
/aosp12/packages/modules/adb/ |
H A D | adb_trace.cpp | 174 unsetenv("ANDROID_LOG_TAGS"); in adb_trace_init()
|
H A D | sysdeps.h | 309 #define unsetenv unsetenv_utf8_not_yet_implemented macro
|
/aosp12/art/runtime/ |
H A D | exec_utils_test.cc | 87 EXPECT_EQ(unsetenv(kDeletedVariable), 0); in TEST_F()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdlib_h.c | 138 FUNCTION(unsetenv, int (*f)(const char*)); in stdlib_h()
|
/aosp12/system/core/run-as/ |
H A D | run-as.cpp | 261 unsetenv("IFS"); in main()
|
/aosp12/bionic/libc/include/ |
H A D | stdlib.h | 60 int unsetenv(const char* __name);
|
/aosp12/packages/services/Car/cpp/security/vehicle_binding_util/src/ |
H A D | VehicleBindingUtil.cpp | 114 unsetenv("SEED_VALUE"); in sendSeedToVold()
|
/aosp12/bionic/libc/malloc_hooks/tests/ |
H A D | malloc_hooks_tests.cpp | 67 ASSERT_EQ(0, unsetenv("LIBC_HOOKS_ENABLE")); in TearDown()
|
/aosp12/art/runtime/gc/space/ |
H A D | image_space_test.cc | 393 unsetenv("DEX2OATBOOTCLASSPATH"); in SetUpRuntimeOptions()
|
/aosp12/system/logging/liblog/ |
H A D | logprint.cpp | 349 unsetenv(tz); in android_log_formatFromString() 1295 unsetenv(tz); in convertMonotonic()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1104 unsetenv
|
/aosp12/system/testing/gtest_extras/ |
H A D | Isolate.cpp | 183 unsetenv("GTEST_FILTER"); in ChildProcessFn()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1121 unsetenv;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1121 unsetenv;
|