/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cstdlib | 51 using ::setenv;
|
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/ |
cstdlib | 51 using ::setenv;
|
/prebuilts/ndk/7/sources/cxx-stl/system/include/ |
cstdlib | 51 using ::setenv;
|
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/ |
cstdlib | 51 using ::setenv;
|
/prebuilts/ndk/8/sources/cxx-stl/system/include/ |
cstdlib | 51 using ::setenv;
|
/system/core/init/ |
keywords.h | 77 KEYWORD(setenv, OPTION, 2, 0)
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdlib.cpp | 50 using ::setenv;
|
/system/netd/ |
main.cpp | 70 setenv("ANDROID_DNS_MODE", "local", 1);
|
/frameworks/rs/ |
rsScript.cpp | 160 // not NULL-terminated. We then use setenv(), which properly handles 169 if (setenv("TZ", tz, 1) == 0) {
|
/external/v8/src/ |
d8-posix.cc | 641 const char* message = "setenv() takes two arguments"; 648 "os.setenv(): String conversion of variable name failed."; 653 "os.setenv(): String conversion of variable contents failed."; 656 setenv(*var, *value, 1); 669 "os.setenv(): String conversion of variable name failed."; 680 os_templ->Set(String::New("setenv"), FunctionTemplate::New(SetEnvironment));
|
d8.h | 343 // os.setenv(variable, value) sets an environment variable. Repeated calls to 344 // this method leak memory due to the API of setenv in the standard C library.
|
/external/bison/lib/ |
spawn-pipe.c | 189 the program has modified the environment using putenv() or [un]setenv(). 195 [un]setenv(). */
|
/external/linux-tools-perf/ |
builtin-help.c | 334 setenv("MANPATH", new_path.buf, 1); 374 setenv("INFOPATH", system_path(PERF_INFO_PATH), 1);
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 115 public void setenv(String name, String value, boolean overwrite) throws ErrnoException { os.setenv(name, value, overwrite); } method in class:ForwardingOs
|
/bionic/libc/include/ |
stdlib.h | 50 extern int setenv(const char *, const char *, int);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 766 setenv
|
/development/ndk/platforms/android-3/include/ |
stdlib.h | 56 extern int setenv(const char *, const char *, int);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 804 setenv
|
/development/ndk/platforms/android-8/include/ |
stdlib.h | 56 extern int setenv(const char *, const char *, int);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 739 setenv
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 732 setenv
|
/development/ndk/platforms/android-9/include/ |
stdlib.h | 56 extern int setenv(const char *, const char *, int);
|
/external/libpcap/lbl/ |
os-sunos4.h | 144 int setenv(const char *, const char *, int);
|
/external/libppp/src/ |
ether.c | 271 if (setenv("ACNAME", sts->hook, 1) != 0) 272 log_Printf(LogWARN, "setenv: cannot set ACNAME=%s: %m", sts->hook); 278 if (setenv("SESSIONID", sessionid, 1) != 0) 279 syslog(LOG_WARNING, "setenv: cannot set SESSIONID=%s: %m",
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
apache.php | 107 'setenv','setenvif','setenvifnocase','sethandler',
|