Home
last modified time | relevance | path

Searched defs:envp (Results 1 – 18 of 18) sorted by relevance

/aosp12/bionic/libm/amd64/
H A Dfenv.c264 fegetenv(fenv_t *envp) in fegetenv()
292 feholdexcept(fenv_t *envp) in feholdexcept()
327 fesetenv(const fenv_t *envp) in fesetenv()
347 feupdateenv(const fenv_t *envp) in feupdateenv()
/aosp12/bionic/libm/arm64/
H A Dfenv.c54 int fegetenv(fenv_t* envp) { in fegetenv()
60 int fesetenv(const fenv_t* envp) { in fesetenv()
136 int feholdexcept(fenv_t* envp) { in feholdexcept()
150 int feupdateenv(const fenv_t* envp) { in feupdateenv()
/aosp12/bionic/libc/bionic/
H A Dexec.cpp108 static int __exec_as_script(const char* buf, char* const* argv, char* const* envp) { in __exec_as_script()
119 int execvpe(const char* name, char* const* argv, char* const* envp) { in execvpe()
178 int fexecve(int fd, char* const* argv, char* const* envp) { in fexecve()
H A Dlibc_init_static.cpp68 static void call_array(init_func_t** list, int argc, char* argv[], char* envp[]) { in call_array()
/aosp12/system/testing/gtest_extras/
H A DMain.cpp19 int main(int argc, char** argv, char** envp) { in main()
/aosp12/bionic/libm/i387/
H A Dfenv.c174 fegetenv(fenv_t *envp) in fegetenv()
193 feholdexcept(fenv_t *envp) in feholdexcept()
216 feupdateenv(const fenv_t *envp) in feupdateenv()
378 fesetenv(const fenv_t *envp) in fesetenv()
/aosp12/art/test/common/
H A Dgtest_main.cc40 int main(int argc, char** argv, char** envp) { in main()
/aosp12/bionic/libc/private/
H A DKernelArgumentBlock.h62 char** envp; variable
/aosp12/bionic/tests/
H A Dgtest_main.cpp38 int main(int argc, char** argv, char** envp) { in main()
H A Ddlfcn_test.cpp74 extern "C" void ctor_function(int argc, char** argv, char** envp) { in ctor_function()
/aosp12/system/update_engine/
H A Dtest_subprocess.cc38 int main(int argc, char** argv, char** envp) { in main()
/aosp12/system/core/fastboot/
H A Dfs.cpp31 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd()
86 static int exec_cmd(const char* path, const char** argv, const char** envp) { in exec_cmd()
/aosp12/art/runtime/
H A Dexec_utils.cc62 char** envp = (Runtime::Current() == nullptr) ? nullptr : Runtime::Current()->GetEnvSnapshot(); in ExecWithoutWait() local
/aosp12/packages/modules/adb/client/
H A Dmain.cpp240 int main(int argc, char* argv[], char* envp[]) { in main()
/aosp12/frameworks/base/tools/bit/
H A Dcommand.cpp190 exec_with_path_search(const char* prog, char const* const* argv, char const* const* envp) in exec_with_path_search()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DTraceUtils.java119 String[] envp = {"TMPDIR=" + tmpdir}; in exec() local
/aosp12/system/iorap/src/maintenance/
H A Dcontroller.cc77 char *const envp[]) { in Execve()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...