HomeSort by relevance Sort by last modified time
    Searched refs:putenv (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/android_crazy_linker/src/tests/
foo_with_static_constructor.cpp 10 // Libc is not required to copy strings passed to putenv(). If it does
12 // library unload. To guard against this, putenv() strings are first
27 putenv(strdup("TEST_VAR=LOAD_ERROR"));
29 putenv(strdup("TEST_VAR=LOADED"));
35 putenv(strdup("TEST_VAR=UNLOAD_ERROR"));
37 putenv(strdup("TEST_VAR=UNLOADED"));
test_constructors_destructors.cpp 27 putenv("TEST_VAR=INIT");
  /ndk/sources/android/crazy_linker/tests/
foo_with_static_constructor.cpp 10 // Libc is not required to copy strings passed to putenv(). If it does
12 // library unload. To guard against this, putenv() strings are first
27 putenv(strdup("TEST_VAR=LOAD_ERROR"));
29 putenv(strdup("TEST_VAR=LOADED"));
35 putenv(strdup("TEST_VAR=UNLOAD_ERROR"));
37 putenv(strdup("TEST_VAR=UNLOADED"));
test_constructors_destructors.cpp 27 putenv("TEST_VAR=INIT");
  /external/qemu/android/utils/
setenv.c 13 result = putenv(string);
  /external/valgrind/main/memcheck/tests/darwin/
env.c 23 putenv("MYVAR=xxxx"); // no leak for putenv()
  /external/chromium_org/tools/swig/
swig.py 23 os.putenv("SWIG_LIB", lib_dir)
  /external/e2fsprogs/include/nonunix/
unistd.h 26 #define putenv _putenv macro
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 49 using ::putenv;
  /external/chromium_org/chrome/test/chromedriver/test/
test_environment.py 95 os.putenv('TEST_HTTP_PORT', str(ANDROID_TEST_HTTP_PORT))
96 os.putenv('TEST_HTTPS_PORT', str(ANDROID_TEST_HTTPS_PORT))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
config.hpp 48 extern int putenv(char*);
72 #pragma warning(disable:4996) // putenv
93 // const_cast is used to satisfy putenv interface
95 putenv( const_cast<char*>( fs.str().c_str() ) );
130 // const_cast is used to satisfy putenv interface
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 236 # undef putenv
237 # define putenv rpl_putenv
238 extern int putenv (char *string);
  /bionic/libstdc++/include/
cstdlib 47 using ::putenv;
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 50 using ::putenv;
  /ndk/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 46 using ::putenv;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 46 using ::putenv;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 50 using ::putenv;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib 50 using ::putenv;

Completed in 762 milliseconds

1 2 3 4 5 6 7 8