HomeSort by relevance Sort by last modified time
    Searched refs:setenv (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /external/kmod/tools/
modprobe.c 276 setenv("MODPROBE_MODULE", modname, 1);
577 setenv("MODPROBE_OPTIONS", value, 1);
586 if (setenv("MODPROBE_OPTIONS", env, 1) < 0)
587 ERR("could not setenv(MODPROBE_OPTIONS, \"%s\")\n", env);
  /bionic/tests/headers/posix/
stdlib_h.c 121 FUNCTION(setenv, int (*f)(const char*, const char*, int));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 163 int setenv(const char *, const char *, int);
  /external/bsdiff/
test_utils.cc 60 setenv("TMPDIR", BSDIFF_TARGET_TMP_BASE, 1);
  /external/libese/tools/ese_ls_provision/
ese_ls_provision.cpp 179 setenv("ANDROID_LOG_TAGS", "*:v", 1); // TODO: remove this line.
  /external/libpcap/lbl/
os-sunos4.h 141 int setenv(const char *, const char *, int);
  /external/tcpdump/lbl/
os-sunos4.h 142 int setenv(const char *, const char *, int);
  /external/toybox/toys/pending/
crond.c 435 if (setenv("USER", pwd->pw_name, 1)) _exit(1);
438 if (setenv(v->name, v->val, 1)) _exit(1);
442 if (setenv("HOME", pwd->pw_dir, 1))
650 if (setenv("SHELL", "/bin/sh", 1)) error_exit("Can't set default shell");
  /frameworks/native/cmds/installd/
installd.cpp 199 setenv("ANDROID_LOG_TAGS", "*:v", 1);
  /system/core/adb/daemon/
main.cpp 196 setenv("EXTERNAL_STORAGE", adb_external_storage, 1);
  /system/core/init/
descriptors.cpp 64 setenv(publishedName.c_str(), val.c_str(), 1);
init_first_stage.cpp 472 setenv("INIT_AVB_VERSION", avb_handle_->avb_version().c_str(), 1);
528 setenv("INIT_AVB_VERSION", avb_handle->avb_version().c_str(), 1);
init.cpp 573 setenv("PATH", _PATH_DEFPATH, 1);
631 setenv("INIT_SECOND_STAGE", "true", 1);
635 setenv("INIT_STARTED_AT", std::to_string(start_ms).c_str(), 1);
  /system/libhidl/base/
HidlInternal.cpp 90 setenv(kGcovPrefixEnvVar, gcovPath.c_str(), true /* overwrite */);
  /system/netd/server/
main.cpp 126 setenv("ANDROID_DNS_MODE", "local", 1);
  /system/netd/tests/dns_responder/
dns_responder_client.cpp 120 setenv(ANDROID_DNS_MODE, "", 1);
  /prebuilts/go/darwin-x86/src/os/
env.go 99 // Setenv sets the value of the environment variable named by the key.
101 func Setenv(key, value string) error {
102 err := syscall.Setenv(key, value)
104 return NewSyscallError("setenv", err)
  /prebuilts/go/linux-x86/src/os/
env.go 99 // Setenv sets the value of the environment variable named by the key.
101 func Setenv(key, value string) error {
102 err := syscall.Setenv(key, value)
104 return NewSyscallError("setenv", err)
  /art/dexoptanalyzer/
dexoptanalyzer.cc 178 setenv("ANDROID_DATA", new_android_data.c_str(), 1);
  /bionic/libc/include/
stdlib.h 59 int setenv(const char* __name, const char* __value, int __overwrite);
  /external/libchrome/base/
environment.cc 87 return !setenv(variable_name.data(), new_value.c_str(), 1);
  /external/syslinux/mtools/
syslinux.c 290 if (setenv("MTOOLSRC", mtools_conf, 1)) {
  /external/wayland/tests/
test-runner.c 240 if (setenv("XDG_RUNTIME_DIR", xdg_runtime_dir, 1) == -1) {
  /frameworks/native/cmds/installd/tests/
installd_otapreopt_test.cpp 43 setenv("ANDROID_LOG_TAGS", "*:f", 1);
installd_service_test.cpp 96 setenv("ANDROID_LOG_TAGS", "*:v", 1);

Completed in 430 milliseconds

1 2 34 5 6 7 8