Searched refs:GetEnviron (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.h | 61 char **GetEnviron();
|
| H A D | sanitizer_symbolizer_internal.h | 95 virtual char **GetEnvP() { return GetEnviron(); } in GetEnvP()
|
| H A D | sanitizer_mac.cpp | 434 char **GetEnviron() { in GetEnviron() function 449 char **env = GetEnviron(); in GetEnv() 1008 char **env = GetEnviron(); in LeakyResetEnv()
|
| H A D | sanitizer_fuchsia.cpp | 430 char **GetEnviron() { return StoredEnviron; } in GetEnviron() function
|
| H A D | sanitizer_linux_libcdep.cpp | 953 uptr rv = internal_execve(pathname, GetArgv(), GetEnviron()); in ReExec()
|
| H A D | sanitizer_common.h | 286 char **GetEnviron();
|
| H A D | sanitizer_win.cpp | 1121 char **GetEnviron() { in GetEnviron() function
|
| H A D | sanitizer_linux.cpp | 715 char **GetEnviron() { in GetEnviron() function
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 1229 inline char** GetEnviron() { in GetEnviron() function 1239 inline char** GetEnviron() { return environ; } in GetEnviron() function 1267 execve(args->argv[0], args->argv, GetEnviron()); in ExecDeathTestChildMain() 1343 spawn(args.argv[0], 0, nullptr, &inherit, args.argv, GetEnviron()); in ExecDeathTestSpawnChild()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_linux_test.cpp | 252 int pid = StartSubprocess(shell, argv, GetEnviron(), in TEST()
|