Home
last modified time | relevance | path

Searched refs:GetEnviron (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc7421 inline char** GetEnviron() { in GetEnviron() function
7431 inline char** GetEnviron() { return environ; } in GetEnviron() function
7459 execve(args->argv[0], args->argv, GetEnviron()); in ExecDeathTestChildMain()
7525 child_pid = spawn(args.argv[0], 0, NULL, &inherit, args.argv, GetEnviron()); in ExecDeathTestSpawnChild()