Searched refs:cenv (Results 1 – 1 of 1) sorted by relevance
270 std::vector<const char*> cenv; in ForkAndExec() local272 cenv.push_back(str.c_str()); in ForkAndExec()274 cenv.push_back(nullptr); in ForkAndExec()328 execle(_PATH_BSHELL, _PATH_BSHELL, "-", nullptr, cenv.data()); in ForkAndExec()330 execle(_PATH_BSHELL, _PATH_BSHELL, "-c", command_.c_str(), nullptr, cenv.data()); in ForkAndExec()